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?
int a=4 b=3;
printf("%d%d%d%d%d%d",a++,++a,a++,a++,++a,a++);

printf("%d%d%d%d%d%d",b--,b--,--b,b--,--b,--b);

Answer Posted / mathan kumar .t

6,6,5,5,5,4
0,0,0,1,1,2

Is This Answer Correct ?    1 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is data type long in c?

1116


Why can arithmetic operations not be performed on void pointers?

1097


What is logical error?

1189


Why does this code crash?

1145


What is the use of function in c?

1250


What is pivot in c?

1079


What is a pointer in c?

1695


What are the general description for loop statement and available loop types in c?

1169


What is header file in c?

1108


What does c mean?

1108


How can I sort more data than will fit in memory?

1168


Can math operations be performed on a void pointer?

1105


Is javascript written in c?

1118


Write a program to print numbers from 1 to 100 without using loop in c?

1136


Explain the difference between null pointer and void pointer.

1134