766
GB
The output of: int i=0; for(;;){if(i++>=3) break; cout<
IN
का आउटपुट: int i=0; for(;;){if(i++>=3) ब्रेक; अदालत
A
1235
1235
B
1234
1234
C
1234 5
1234 5
D
Error
गलती
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English)
i increments: 1(print),2(print),3(print),4(break); cout<<4: gives 1235.
व्याख्या (हिन्दी)
मैं वृद्धि करता हूं: 1(प्रिंट),2(प्रिंट),3(प्रिंट),4(ब्रेक); अदालत