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

1 1 1

Is This Answer Correct ?    2 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is the difference between #include and #include 'file' ?

1087


Are the expressions * ptr ++ and ++ * ptr same?

1210


What are global variables?

1269


What is wrong in this statement? scanf(ā€œ%dā€,whatnumber);

1290


What is pass by value in c?

1136


Write a program to print "hello world" without using a semicolon?

1121


Explain how do you print only part of a string?

1280


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

1113


What is the most efficient way to store flag values?

1235


What is the difference between #include and #include 'file' ?

1122


Write a code on reverse string and its complexity.

1095


What is getch c?

1348


What is the difference between exit() and _exit() function in c?

1132


write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

2291


Do you know what are bitwise shift operators in c programming?

1155