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 / sruthi
answer is b
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What are identifiers and keywords in c?
When should a type cast be used?
Can we change the value of #define in c?
Describe how arrays can be passed to a user defined function
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
How do you sort filenames in a directory?
Why header file is used in c?
How to compare array with pointer in c?
Explain Basic concepts of C language?
What are qualifiers?
Can static variables be declared in a header file?
Explain how can I make sure that my program is the only one accessing a file?
How do you list a file’s date and time?
all c language question