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


Please Help Members By Posting Answers For Below Questions

Why do we use return in c?

570


Explain the properties of union. What is the size of a union variable

718


How can I avoid the abort, retry, fail messages?

663


What is page thrashing?

654


how to find binary of number?

3442






can any one tel me wt is the question pattern for NIC exam

1559


What is the use of header?

624


how to create duplicate link list using C???

2076


What is an auto keyword in c?

644


What is use of null pointer in c?

572


What is the function of multilevel pointer in c?

672


Explain what is the difference between text files and binary files?

619


The __________ attribute is used to announce variables based on definitions of columns in a table?

673


Explain spaghetti programming?

684


a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above

686