Join Examsbook
719 0

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

  • Show AnswerHide Answer
  • Workspace

Answer :
Explanation :

The condition in the while loop is a must.

Are you sure

  Report Error

Please Enter Message
Error Reported Successfully