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

how does the for loop work actually..suppose for the
following program how it ll work plz explain to me
for(i=5;i>=0;i--)
prinf(i--);

Answer Posted / hope

Here is the correct answer. I have written this program
into my program. I run it and got the following output:
5
4
3
2
1
0

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Are the variables argc and argv are always local to main?

1088


any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above

1207


Is array a primitive data type in c?

1133


what is the role you expect in software industry?

2207


How many types of arrays are there in c?

1087


about c language

2074


Describe the difference between = and == symbols in c programming?

1460


how to introdu5ce my self in serco

2055


What is the significance of c program algorithms?

1199


What are pointers? Why are they used?

1251


Is there a built-in function in C that can be used for sorting data?

1343


What is the difference between exit() and _exit() function?

1106


How do you do dynamic memory allocation in C applications?

1141


What does node * mean?

1309


Explain what is the difference between #include and #include 'file' ?

1087