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


Please Help Members By Posting Answers For Below Questions

Explain how does flowchart help in writing a program?

838


What are the various types of control structures in programming?

789


What is assert and when would I use it?

750


What is a rvalue?

933


which is conditional construct a) if statement b) switch statement c) while/for d) goto

965






How can I find out the size of a file, prior to reading it in?

860


What is a function in c?

1151


What is oops c?

833


Can a void pointer point to a function?

740


What are the 32 keywords in c?

834


Write a code to determine the total number of stops an elevator would take to serve N number of people.

963


What are the advantages and disadvantages of pointers?

789


What is d'n in c?

797


hi, which software companys will take,if d candidate's % is jst 55%?

1843


Why c is faster than c++?

785