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
What is class and object in c?
What is the difference between char array and char pointer?
Why do we use c for the speed of light?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
What is the size of enum in c?
Why is c called a structured programming language?
Why is structure important for a child?
Is c pass by value or reference?
If fflush wont work, what can I use to flush input?
What is the deal on sprintf_s return value?
What is the advantage of using #define to declare a constant?
What are the preprocessor categories?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?