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

997664 -2-1-1112

Is This Answer Correct ?    5 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between class and object in c?

1121


Explain what is wrong with this statement? Myname = ?robin?;

1543


When should a type cast not be used?

1026


write a program to copy the string using switch case?

2866


I came across some code that puts a (void) cast before each call to printf. Why?

1177


How do you write a program which produces its own source code as output?

1083


Is there a built-in function in C that can be used for sorting data?

1201


4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.

2152


What is the use of printf() and scanf() functions?

1091


What are the types of data files?

1176


Once I have used freopen, how can I get the original stdout (or stdin) back?

1051


What is 'bus error'?

1113


How are pointers declared in c?

1023


When should volatile modifier be used?

975


Why c is known as a mother language?

1056