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

Answer Posted / nitin

13 11 13

Is This Answer Correct ?    71 Yes 27 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you find the exact size of a data type in c?

760


What are variables and it what way is it different from constants?

977


I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.

1930


What is New modifiers?

865


Where static variables are stored in c?

768






Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?

2258


Why c is procedure oriented?

767


Explain how can I convert a string to a number?

820


What are header files why are they important?

791


What is #line in c?

737


Explain the process of converting a Tree into a Binary Tree.

2369


what is uses of .net

1447


How can I write a function that takes a format string and a variable number of arguments?

801


Explain what are run-time errors?

792


Explain void pointer?

774