what is the value of b
if a=5;
b=++a + ++a
Answer Posted / anupam
13
| Is This Answer Correct ? | 25 Yes | 16 No |
Post New Answer View All Answers
What is sizeof array?
What is wild pointer in c?
What type is sizeof?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
Why is c called "mother" language?
What do mean by network ?
Explain why c is faster than c++?
How are structure passing and returning implemented?
What is #line?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Write program to remove duplicate in an array?
What is the difference between a function and a method in c?
What are header files why are they important?
Why shouldn’t I start variable names with underscores?