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

ur printf syntax is wrong so..u'll will get syntax error

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is bubble sort in c?

1104


What is const volatile variable in c?

1105


How do I read the arrow keys? What about function keys?

1150


application attempts to perform an operation?

2035


Who is the main contributor in designing the c language after dennis ritchie?

1053


What is sizeof return in c?

1090


What is difference between && and & in c?

1157


Create a simple code fragment that will swap the values of two variables num1 and num2.

1329


can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......

1971


What is the collection of communication lines and routers called?

1180


What is the difference between char array and char pointer?

1123


Explain the difference between malloc() and calloc() in c?

1104


How to write a code for reverse of string without using string functions?

2204


What are the types of variables in c?

1088


What is wrong with this program statement?

1088