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 do I create a directory? How do I remove a directory (and its contents)?
What is data type long in c?
Explain argument and its types.
i want to know the procedure of qualcomm for getting a job through offcampus
Differentiate between full, complete & perfect binary trees.
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
Explain high-order and low-order bytes.
How do I use void main?
What is the function of multilevel pointer in c?
What are identifiers in c?
What's a good way to check for "close enough" floating-point equality?
What oops means?
What is the difference between new and malloc functions?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
What are Macros? What are its advantages and disadvantages?