main()
{
int i = 10;
printf(" %d %d %d \n", ++i, i++, ++i);
}
Answer Posted / pooja alagarsamy
when compiled as a program, it gives this output:
13 11 13
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Write a program to check whether a number is prime or not using c?
What is typedef example?
What are the types of data types and explain?
What is static and auto variables in c?
Is a house a mass structure?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
What is structure packing in c?
hi send me sample aptitude papers of cts?
What is queue in c?
Why is a semicolon (;) put at the end of every program statement?
What is pragma in c?
What are directives in c?
What is difference between structure and union with example?
in iso what are the common technological language?
Explain what is dynamic data structure?