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(); }
  • (A) 1
  • (B) 2
  • (C) infinite number of times
  • (D) none of these
πŸ’¬ Discuss
βœ… Correct Answer: (C) infinite number of times

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
187
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
84%
Success Rate