Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 / ankit rastogi

ans should be (a)infinite
bcoz every time a will be initialize with 0......
and increment values are displayed
a=1
a=2
a=3
a=4...................upto infinity......

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference

1290


what will be maximum number of comparisons when number of elements are given?

1952


How can I make sure that my program is the only one accessing a file?

1348


What is the use of printf() and scanf() functions?

1191


What are the different categories of functions in c?

1179


I just typed in this program, and it is acting strangely. Can you see anything wrong with it?

1055


Can we initialize extern variable in c?

1185


Why c is a mother language?

1100


Write a c program to build a heap method using Pointer to function and pointer to structure ?

4751


What are loops c?

1105


Is fortran still used today?

1150


Where we use clrscr in c?

1186


What are the header files used in c language?

1098


Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

1148


Are the variables argc and argv are local to main?

1360