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 output of the following program ?

main()
{
i = 1;
printf("%d %d %d\n",i,i++,i++);
}

Answer Posted / murali

3 2 1

Is This Answer Correct ?    11 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do pointers take up memory?

1078


How many identifiers are there in c?

961


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2558


Why is structure important for a child?

1043


Explain what is the difference between functions getch() and getche()?

986


Explain what is the difference between functions abs() and fabs()?

1097


What is the purpose of main() function?

1183


write an algorithm to display a square matrix.

2638


Explain what is the benefit of using #define to declare a constant?

1091


How can a program be made to print the name of a source file where an error occurs?

1172


The __________ attribute is used to announce variables based on definitions of columns in a table?

1125


Why is c faster?

1010


Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

1216


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

1880


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

1328