A
Q. What will be the output?
Code:
#include <stdio.h>
int main()
{
int main = 5;
printf("%d", main);
return 0;
}
int main()
{
int main = 5;
printf("%d", main);
return 0;
}
- Correct Answer - Option(C)
- Views: 21
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.