A
Q. What will be the output of the following statements ?
Code:
int a = 5, b = 2, c = 10, i = a>b
void main()
{ printf(“hello”); main(); }
void main()
{ printf(“hello”); main(); }
- Correct Answer - Option(C)
- Views: 17
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.