C - Operators - Discussion

You Are Here :: Home > C > Operators - Discussion

 



Q.

What will be the output of the following statements ?

int a = 5, b = 2, c = 10, i = a>b
void main()
{
printf("hello");
main();
}

A. 1 B. 2
C. infinite number of times D. none of these

Answer: Option D
Explaination:

 


No Explanation



Discussion

Your Comments Goes here...
NameDiscussion