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 / j jhawahar

1,1,2

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

#include { printf("Hello"); } how compile time affects when we add additional header file .

1940


How many levels deep can include files be nested?

1186


How can I delete a file?

1123


What is the difference between c &c++?

1208


the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset

1158


What is typeof in c?

1061


Why is #define used?

1332


What are pointers? Why are they used?

1248


What is volatile, register definition in C

1151


WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

2498


Explain the array representation of a binary tree in C.

1282


What is a keyword?

1219


What is structure padding and packing in c?

1124


Explain how do you determine the length of a string value that was stored in a variable?

1197


What is the use of #define preprocessor in c?

1120