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

Answer Posted / san

13,11,11

Is This Answer Correct ?    106 Yes 62 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you increase the allowable number of simultaneously open files?

597


What are the types of pointers?

600


How does placing some code lines between the comment symbol help in debugging the code?

548


how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software

2797


what do you mean by enumeration constant?

599






What is floating point constants?

689


What is zero based addressing?

715


What is the use of c language in real life?

530


Explain what are the advantages and disadvantages of a heap?

597


How would you obtain the current time and difference between two times?

728


What is pointers in c with example?

583


What is the code in while loop that returns the output of given code?

1315


GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA

1431


What is assignment operator?

626


Was 2000 a leap year?

632