what is the value of b
if a=5;
b=++a + ++a
Answer Posted / kuldeep
13
| Is This Answer Correct ? | 151 Yes | 77 No |
Post New Answer View All Answers
List the difference between a "copy constructor" and a "assignment operator"?
Are there any problems with performing mathematical operations on different variable types?
How can you tell whether a program was compiled using c versus c++?
Why is c known as a mother language?
Can a program have two main functions?
Can a pointer be null?
Is it possible to execute code even after the program exits the main() function?
What is the use of #include in c?
What is equivalent to ++i+++j?
Explain how can I open a file so that other programs can update it at the same time?
What is the difference between #include
How can you invoke another program from within a C program?
Describe explain how arrays can be passed to a user defined function
Why dont c comments nest?
Tell me is null always defined as 0(zero)?