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 the purpose of 'register' keyword?
What is the difference between array and pointer?
which type of aspect you want from the student.
By using C language input a date into it and if it is right?
What is the difference between āgā and āgā in C?
what are the 10 different models of writing an addition program in C language?
What are the different types of control structures in programming?
What is pre-emptive data structure and explain it with example?
can anyone suggest some site name..where i can get some good data structure puzzles???
What are all different types of pointers in c?
What is c programming structure?
What is difference between structure and union?
Explain built-in function?
What is the value of h?
How can you increase the size of a dynamically allocated array?