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

Answer Posted / rukmanee

a=.83

Is This Answer Correct ?    1 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the deal on sprintf_s return value?

646


Write a code to generate divisors of an integer?

643


What does sizeof int return?

595


Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.

3692


What is cohesion in c?

543






Write the test cases for checking a variable having value in range -10.0 to +10.0?

1819


What is typedef?

680


What is define c?

575


What is the sizeof () operator?

625


Explain how can you tell whether a program was compiled using c versus c++?

579


What is a null string in c?

590


Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.

1728


Differentiate between null and void pointers.

634


What are the advantage of c language?

554


What are external variables in c?

548