what is the value of b
if a=5;
b=++a + ++a
Answer Posted / kanitkar
10
| Is This Answer Correct ? | 6 Yes | 32 No |
Post New Answer View All Answers
Do you have any idea about the use of "auto" keyword?
Explain low-order bytes.
Explain #pragma statements.
Why c language is called c?
Are global variables static in c?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
Why is main function so important?
How to find a missed value, if you want to store 100 values in a 99 sized array?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
What are header files and what are its uses in C programming?
What is scope rule in c?
What is function pointer c?
Explain Function Pointer?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
Can you please explain the difference between strcpy() and memcpy() function?