main()
{
int i = 10;
printf(" %d %d %d \n", ++i, i++, ++i);
}
Answer Posted / sanjay kumar
Undefined behaviour
Is This Answer Correct ? | 7 Yes | 21 No |
Post New Answer View All Answers
Explain how does flowchart help in writing a program?
What are the various types of control structures in programming?
What is assert and when would I use it?
What is a rvalue?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
How can I find out the size of a file, prior to reading it in?
What is a function in c?
What is oops c?
Can a void pointer point to a function?
What are the 32 keywords in c?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
What are the advantages and disadvantages of pointers?
What is d'n in c?
hi, which software companys will take,if d candidate's % is jst 55%?
Why c is faster than c++?