C - Loop Control Statements
Identify the error in this loop control code:
int i = 0;
while(i < 5) {
printf("%d ", i);
}int i = 0;
while(i < 5) {
printf("%d ", i);
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions