What is the output of the following code fragment? int i = 0, j = 3; while(i++<5|| j--) printf(“Hi”);
Reveal answer
Fill a bubble to check yourself
What is the output of the following code fragment? int i = 0, j = 3; while(i++<5|| j--) printf(“Hi”);