int i=5; if(i=4) { printf("A"); } else { printf("B"); }

  1. This code will hang

  2. This code will print B.

  3. This code will print A.

  4. Compilation Error


Correct Option: A

Find more quizzes: