#include <stdio.h> int main() { // Get the two Strings to be concatenated char str1[100] = “Good”, str2[100] = “morning”; […]
Read moreTag: c programming for gate
Multiple of Matrix in c
Multiple of Matrix in c Multiple of Matrix in c #include <stdio.h> // Function to multiply two matrices void multiplyMatrices(int firstMatrix[10][10], int secondMatrix[10][10], int […]
Read moreTo check weather a number is Prime or Not
To check weather a number is Prime or Not To check weather a number is Prime or Not Question: Write a C program […]
Read moreresult calculator , simple function program , function in c , function in java , functions, function overloading
result calculator , simple function program , function in c , function in java , functions, function overloading result calculator , simple function program , […]
Read moreInput a number till 12 and print no of month, switch case program, java switch program, C switch program
Input a number till 12 and print no of month, switch case program, java switch program, C switch program Input a number till 12 and […]
Read moreInput number below 7 and print Day of week, switch programming, switch programming in C, switch programming in JAVA, programming questions
Input number below 7 and print Day of week, switch programming, switch programming in C, switch programming in JAVA, programming questions Input number below 7 […]
Read moreWrite a c++ program to check a number is ARMSTRONG or not using the below mentioned class
Write a c++ program to check a number is ARMSTRONG or not using the below mentioned class Write a c++ program to check a number […]
Read more
Recent Comments