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

Differentiate between a for loop and a while loop? What are it uses?

1236


Write a code to remove duplicates in a string.

1084


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

1277


How do you redirect a standard stream?

1152


How can I ensure that integer arithmetic doesnt overflow?

1255


What is the use of getchar functions?

1231


What is a pointer in c plus plus?

1384


What is new line escape sequence?

1398


What are the differences between Structures and Arrays?

1273


What are the types of c language?

1081


7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

2824


If fflush wont work, what can I use to flush input?

1151


What is pass by reference in functions?

912


What is property type c?

1136


What is array in c with example?

1358