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

#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

1155


Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?

1128


why programs in c are running with out #include? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }

1768


What is echo in c programming?

1029


How many keywords are there in c?

1079


Explain how can you determine the size of an allocated portion of memory?

1116


How can I read in an object file and jump to locations in it?

1033


Write a program that accept anumber in words

1761


How can I read/write structures from/to data files?

976


How can you pass an array to a function by value?

1125


What is f'n in math?

1071


What is advantage of pointer in c?

1193


What are the basic data types associated with c?

1273


What is string concatenation in c?

1094


How does normalization of huge pointer works?

1173