Programming Languages C Objective
Jan 03, 2013

Output of the following statements is ?
int a = 5, b = 2, c = 10, i = a>b
void main()
{

 printf("hello");

 main();

}

Choose the correct answer:
A) infinite number of time
B) hello
C) Error
D) 1
Detailed Explanation

THe output will be infinite number of times so the answer is a

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback