what is the value of b
if a=5;
b=++a + ++a
Answer Posted / deepika katiyar
13
| Is This Answer Correct ? | 36 Yes | 24 No |
Post New Answer View All Answers
What language is c written?
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.
Is file a keyword in c?
What is the most efficient way to store flag values?
regarding pointers concept
Is using exit() the same as using return?
What is union in c?
What is getche() function?
What is the difference between #include and #include 'file' ?
What does %p mean c?
What is the most efficient way to count the number of bits which are set in an integer?
What is function pointer c?
Are comments included during the compilation stage and placed in the EXE file as well?
Explain what is gets() function?
List out few of the applications that make use of Multilinked Structures?