main()
{
int i=5;
printf("%d%d%d%d",i++,i--,i);
}

Answer Posted / sunil5a2

4 5 5

printf excutes form lefthand side onwords..

Is This Answer Correct ?    0 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the c keywords?

754


What do mean by network ?

661


When c language was developed?

644


What is a void pointer in c?

613


If you know then define #pragma?

678






pierrot's divisor program using c or c++ code

1735


How is = symbol different from == symbol in c programming?

618


Mention four important string handling functions in c languages .

634


How are variables declared in c?

602


What are the advantages of using new operator as compared to the function malloc ()?

762


how to build a exercise findig min number of e heap with list imlemented?

1614


How can I read and write comma-delimited text?

625


What is the difference between a free-standing and a hosted environment?

645


What are categories used for in c?

574


Explain what does the function toupper() do?

638