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

i want to know the procedure of qualcomm for getting a job through offcampus

2519


Write a Program to find whether the given number or string is palindrome.

1338


What is NULL pointer?

1144


What is your stream meaning?

1336


What is a static function in c?

1242


What are the similarities between c and c++?

1140


What is calloc malloc realloc in c?

1106


List the difference between a While & Do While loops?

1153


what is recursion in C

1117


Here is a neat trick for checking whether two strings are equal

1073


What is wild pointer in c?

1126


Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays

2407


What do header files do?

1140


What does %c do in c?

1051


What is structure padding in c?

1191