Q144
What will be the output of the following C code? #include void main() int i = 0, j = 0; for (i = 0;i 1) break; printf("Hi ");
A.
Hi is printed 5 times
AnswerB.
Hi is printed 9 times
C.
Hi is printed 7 times
D.
Hi is printed 4 times
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board