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

4,5,4,4,5,4
3,3,2,3,2,2

Is This Answer Correct ?    2 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a nested loop?

1181


Differentiate between ordinary variable and pointer in c.

1253


Define macros.

1328


The difference between printf and fprintf is ?

1346


What language is lisp written in?

1325


Define VARIABLE?

1236


how to print the character with maximum occurence and print that number of occurence too in a string given ?

2533


how we can make 3d venturing graphics on outer interface

4900


What is the difference between the local variable and global variable in c?

1015


What is graph in c?

1104


Write a program on swapping (100, 50)

1167


Does free set pointer to null?

1066


Why calloc is better than malloc?

1093


Why do we need a structure?

1081


How many types of operators are there in c?

1088