main()
{
int i = 10;
printf(" %d %d %d \n", ++i, i++, ++i);
}

Answer Posted / thaslima

11,10,11

Is This Answer Correct ?    6 Yes 33 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to capitalise first letter of each word in a given string?

1434


What does the error message "DGROUP exceeds 64K" mean?

727


Where are local variables stored in c?

570


Explain what is the benefit of using #define to declare a constant?

608


What is the use of structure padding in c?

563






#include { printf("Hello"); } how compile time affects when we add additional header file .

1424


How do I swap bytes?

628


Define recursion in c.

702


Can an array be an Ivalue?

666


What is difference between stdio h and conio h?

888


Define macros.

785


What are the functions to open and close file in c language?

728


Write a program to show the change in position of a cursor using c

580


What is a pointer on a pointer in c programming language?

621


How to find a missed value, if you want to store 100 values in a 99 sized array?

816