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
How can you find the exact size of a data type in c?
What are variables and it what way is it different from constants?
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.
What is New modifiers?
Where static variables are stored in c?
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?
Why c is procedure oriented?
Explain how can I convert a string to a number?
What are header files why are they important?
What is #line in c?
Explain the process of converting a Tree into a Binary Tree.
what is uses of .net
How can I write a function that takes a format string and a variable number of arguments?
Explain what are run-time errors?
Explain void pointer?