Q151
What will be the output of the following C code? #include void main() int i = 2; do printf("Hi"); while (i < 2)
A.
Compile time error
AnswerB.
Hi Hi
C.
Hi
D.
Varies
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board