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
What is the most efficient way to count the number of bits which are set in an integer?
will u please send me the placement papers to my mail???????????????????
Are the outer parentheses in return statements really optional?
Explain union. What are its advantages?
Why is void main used?
What is string function in c?
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 are actual arguments?
What is the benefit of using const for declaring constants?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
What is table lookup in c?
What is meant by 'bit masking'?
What is null pointer constant?
What is a 'null pointer assignment' error?
What are the benefits of c language?