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


Please Help Members By Posting Answers For Below Questions

what is the syallabus of computer science students in group- 1?

1846


What is c system32 taskhostw exe?

598


Where are some collections of useful code fragments and examples?

721


What is the difference between procedural and declarative language?

657


How are variables declared in c?

601






What are terms in math?

596


Explain how do you view the path?

661


Explain how do you use a pointer to a function?

642


What is the use of getchar functions?

680


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

1078


Is malloc memset faster than calloc?

622


What is void c?

571


What is a class c rental property?

620


explain how do you use macro?

670


Is c procedural or object oriented?

585