C Programming MCQ

1: Find output of following : int i=5; do{putchar(i+100);printf("%d",i--);} while(i);
A. i5h4g3f2e1
B. 14h3g2f1e0
C. An error message
D. Infinite Loop
 

Answer : A

Explanation :

Write your comments here:


Report Error
 

Option: A

Explanation : Explanation will come here. Explanation will come here. Explanation will come here. Explanation will come here. Explanation will come here.