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

Are global variables static in c?

666


Do you know what are the properties of union in c?

577


Is null equal to 0 in sql?

644


How can you be sure that a program follows the ANSI C standard?

1123


Explain what is the most efficient way to store flag values?

692






How many keywords (reserve words) are in c?

609


What is data structure in c language?

599


What is ambagious result in C? explain with an example.

2049


What is typeof in c?

598


What is exit() function?

556


What is c value paradox explain?

567


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

571


What is main () in c?

584


What are the disadvantages of c language?

614


What is a constant?

626