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 is the role of this pointer?
Why is it important to memset a variable, immediately after allocating memory to it ?
What does 1f stand for?
Explain what is wrong with this program statement? Void = 10;
How many parameters should a function have?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
What is the code in while loop that returns the output of given code?
Explain what are header files and explain what are its uses in c programming?
write a program to print data of 5 five students with structures?
Can a pointer be volatile in c?
can we implement multi-threads in c.
What is the scope of local variable in c?
How does pointer work in c?
write a program for the normal snake games find in most of the mobiles.
find out largest elemant of diagonalmatrix