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

printf prints value by using format spicefiers
bt in this printf(i--);
means
error

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain threaded binary trees?

1158


largest Of three Number using without if condition?

1597


Can we declare variables anywhere in c?

999


difference between native and cross compilers

2125


how to create duplicate link list using C???

2558


What is the size of enum in c?

1114


Where are c variables stored in memory?

1065


What is the maximum length of an identifier?

1184


Explain about block scope in c?

1092


why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above

1077


Write a program to print all permutations of a given string.

1192


Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

1069


Can a pointer be volatile in c?

981


Who developed c language?

1089


Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings

2752