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

What is time null in c?

570


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

652


Explain modulus operator.

582


Is exit(status) truly equivalent to returning the same status from main?

572


Why is it that not all header files are declared in every C program?

664






what is ur strangth & weekness

1798


What is array within structure?

569


If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..

1576


What is the use of ?

605


What is the difference between far and near ?

669


Is c compiled or interpreted?

651


What is the symbol indicated the c-preprocessor?

685


Differentiate abs() function from fabs() function.

586


What is structure padding in c?

611


What is the difference between typedef struct and struct?

583