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

what is the output for this question:
main()
{
int i=1;
printf("%d%d%d",i,i++,++i);
}

Answer Posted / 123ghouse@gmail.com

3,2,2;

Is This Answer Correct ?    21 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I swap two values without using a temporary?

1147


How to find a missed value, if you want to store 100 values in a 99 sized array?

1458


Ow can I insert or delete a line (or record) in the middle of a file?

1044


What is Dynamic memory allocation in C? Name the dynamic allocation functions.

1475


the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above

1095


Why do we use stdio h and conio h?

1130


What is union and structure in c?

1283


Can a local variable be volatile in c?

1047


Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?

1122


How can I get back to the interactive keyboard if stdin is redirected?

1231


What is the best way to store flag values in a program?

1118


What's the difference between constant char *p and char * constant p?

1191


What do you mean by dynamic memory allocation in c? What functions are used?

1220


Which function in C can be used to append a string to another string?

1269


Why do we need volatile in c?

1224