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

Explain how can I prevent another program from modifying part of a file that I am modifying?

644


how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?

1499


What is function pointer c?

586


What is hashing in c language?

618


What is pointer in c?

745






What is data types?

643


What is scope rule in c?

609


Explain the use of #pragma exit?

701


Why is c faster?

596


What is an lvalue?

638


Write a program to reverse a given number in c language?

623


What are pointers in C? Give an example where to illustrate their significance.

754


What does int main () mean?

554


Why is struct padding needed?

635


Is c still used?

606