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
Is it possible to pass an entire structure to functions?
What are header files in c programming?
Explain low-order bytes.
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
Define the scope of static variables.
Write a program to identify if a given binary tree is balanced or not.
Can we initialize extern variable in c?
When is a void pointer used?
What is nested structure?
What are dangling pointers? How are dangling pointers different from memory leaks?
What is uint8 in c?
What is the advantage of an array over individual variables?
What does 4d mean in c?
In which language linux is written?
What is #include conio h?