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