A
Q. What is the output of the C Program?
Code:
int main()
{
int a=0;
a = 14%-5 - 2;
printf("%d", a);
return 0;
}
{
int a=0;
a = 14%-5 - 2;
printf("%d", a);
return 0;
}
- Correct Answer - Option(D)
- Views: 10
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.