a=5
a=a++/++a

Answer Posted / rajesh kumar swain

here a++/++a=5/7

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How reliable are floating-point comparisons?

621


All technical questions

1503


Why do we use pointer to pointer in c?

591


Explain what are reserved words?

630


What is sizeof return in c?

610






When should the register modifier be used? Does it really help?

604


What is a program?

655


a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none

712


What is the significance of an algorithm to C programming?

590


simple program of graphics and their output display

1463


What is the use of void pointer and null pointer in c language?

622


what are bit fields? What is the use of bit fields in a structure declaration?

1497


What is the difference between strcpy() and memcpy() function in c programming?

622


code for quick sort?

1616


Why does this code crash?

612