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

9,10,7,6,10,4-2,-1,-3,1,-3,-3

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of 'register' keyword?

1134


What is the difference between array and pointer?

1085


which type of aspect you want from the student.

2205


By using C language input a date into it and if it is right?

1133


What is the difference between ā€˜g’ and ā€œgā€ in C?

4093


what are the 10 different models of writing an addition program in C language?

1943


What are the different types of control structures in programming?

1179


What is pre-emptive data structure and explain it with example?

3788


can anyone suggest some site name..where i can get some good data structure puzzles???

2159


What are all different types of pointers in c?

1058


What is c programming structure?

1278


What is difference between structure and union?

1190


Explain built-in function?

1188


What is the value of h?

1087


How can you increase the size of a dynamically allocated array?

1234