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

to find the closest pair

1833


What is time null in c?

591


How many types of operators are there in c?

634


Is boolean a datatype in c?

557


What is structure of c program?

620






Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above

666


What is %s and %d in c?

600


What is calloc in c?

673


What is c value paradox explain?

588


write a program to display all prime numbers

1461


Which is best linux os?

576


How do we make a global variable accessible across files? Explain the extern keyword?

1430


What is the use of a conditional inclusion statement in C?

613


Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given

2530


What is your stream meaning?

618