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