(Answered)-What is the output of the following statements? for(I = 10; I++; - (2025 Updated Original AI-Free Solution
Question
? What is the output of the following statements?
for(I = 10; I++; I<15)
printf(?%d?, I);
(a) 1011121314 (b) 101112131415
(c) 910111213 (d) It will go to infinite