#define TRUE 0 // some code while(TRUE) { // some code }

  1. infinite loop

  2. Error

  3. This will not go into the loop as TRUE is defined as 0.

  4. 0


Correct Option: C

Find more quizzes: