Predict the output of the following code
#includestdio.h
int main()
{
int a = 4;
int b =10;
int c = a+b;
printf("%d",c);
}


Posted on by