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 / ii yr information technology

466799
3200-2-3

Is This Answer Correct ?    29 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the back slash character constants or escape sequence charactersavailable in c?

678


Can a void pointer point to a function?

565


What does it mean when a pointer is used in an if statement?

596


program for reversing a selected line word by word when multiple lines are given without using strrev

1941


Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop

1707






How can you tell whether a program was compiled using c versus c++?

613


What are local variables c?

543


What are the restrictions of a modulus operator?

628


Is it acceptable to declare/define a variable in a c header?

678


Explain zero based addressing.

601


How can I sort a linked list?

630


What is difference between union All statement and Union?

628


Why is c so popular?

643


What is the total generic pointer type?

720


What is the condition that is applied with ?: Operator?

654