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

Are bit fields portable?

671


Why header files are used?

642


What are nested functions in c?

562


What is structure data type in c?

566


Function calling procedures? and their differences? Why should one go for Call by Reference?

629






Can we declare variables anywhere in c?

575


Tell me can the size of an array be declared at runtime?

595


What is meant by 'bit masking'?

880


What is the purpose of clrscr () printf () and getch ()?

591


What are the advantages of using macro in c language?

587


What is typedef?

664


difference between native and cross compilers

1671


How can I sort a linked list?

633


What is pragma c?

607


What does %c mean in c?

645