w many times i value is checked in the following C code?
Sinclude stdio.h>
int main
int i=0;
while (i <3)
printf("In while loopin");
4
01
0.3
d. 2
Answers
Answered by
2
Answer:
The answer is 4.
Please add as Brainliest if it is helpful.
Similar questions