Which of the following statement is true regarding the code fragment given below? #include<time.h> #include<stdio.h> void main() { int a,b,c; for(a=0;a<=3;a++) { delay(5000); printf(I); delay(3000); printf(am); delay(2000); printf(the best); } getch(); }
Reveal answer
Fill a bubble to check yourself