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 / rameesh ka

answer is
3,2,2

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does p mean in physics?

1092


What is the use of printf() and scanf() functions?

1185


Where is c used?

1150


how could explain about job profile

1981


What is unary operator?

1170


Explain how can I open a file so that other programs can update it at the same time?

1172


which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +

1779


When is the “void” keyword used in a function?

1564


What is a struct c#?

1096


Where register variables are stored in c?

995


What is integer constants?

1129


a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list

1044


What is pointer to pointer in c with example?

1149


What is nested structure?

1094


Which is more efficient, a switch statement or an if else chain?

1077