#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
int a=0,b=0,c=0;
printf("enter value of a,b");
scanf("
%d %d",a,b);
c=a+b;
printf("sum is %d",c);
getch();
}
Answers were Sorted based on User's Feedback
matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.
c language interview questions & answer
Give me basis knowledge of c , c++...
How many header files are in c?
What is difference between array and pointer in c?
what is memory leak?
what type of questions arrive in interview over c programming?
What is memory leak in c?
Is c still used?
What are derived data types in c?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
What are the features of the c language?