a=0;
while(a<5)
printf("%d\n",a++);
how many times does the loop occurs?
a.infinite
b.5
c.4
d.6
Answer Posted / guest
b
| Is This Answer Correct ? | 20 Yes | 5 No |
Post New Answer View All Answers
how to count no of words,characters,lines in a paragraph.
What is dynamic variable in c?
What is advantage of pointer in c?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
What functions are in conio h?
What is the difference between near, far and huge pointers?
Why we not create function inside function.
What is string constants?
Who developed c language?
Can we change the value of #define in c?
What are the different types of constants?
How do you define a string?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
What is static function in c?
What is the meaning of 2d in c?