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
Subtract Two Number Without Using Subtraction Operator
Explain what does it mean when a pointer is used in an if statement?
What are high level languages like C and FORTRAN also known as?
What is a constant?
Explain the meaning of keyword 'extern' in a function declaration.
What does a pointer variable always consist of?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
How can I use a preprocessorif expression to ?
which is an algorithm for sorting in a growing Lexicographic order
What is typedef example?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
explain what are actual arguments?
Which is the best website to learn c programming?
What is the difference between #include
a value that does not change during program execution a) variabe b) argument c) parameter d) none