जॉइन Examsbook
723 0

प्र: Point out the error, if any, in the while loop. main() {   int i = 1;   while ()   {      printf ( "%d", i++);      if (i >10)       break ;    } }

  • उत्तर देखेंउत्तर छिपाएं
  • Workspace

उत्तर :
व्याख्या :

The condition in the while loop is a must.

क्या आपको यकीन है

  त्रुटि की रिपोर्ट करें

कृपया संदेश दर्ज करें
त्रुटि रिपोर्ट सफलतापूर्वक जमा हुई