how many times does the loop iterated ?
for (i=0;i=10;i+=2)
printf("Hi\n");
Answer Posted / guest
Infinite
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
which is conditional construct a) if statement b) switch statement c) while/for d) goto
What is a nested formula?
Is c is a high level language?
Describe the modifier in c?
What is structure pointer in c?
How important is structure in life?
What does the c in ctime mean?
What are unions in c?
int far *near * p; means
Explain what is wrong with this program statement?
What is scanf_s in c?
Who developed c language and when?
In which header file is the null macro defined?
What is the need of structure in c?