what is the value of b
if a=5;
b=++a + ++a
Answer Posted / vinit kumar
answer would be 14
because value will be stored in cpu register..
b=7+6
last vale is 7 then it increases two times so 7*2=14
| Is This Answer Correct ? | 5 Yes | 6 No |
Post New Answer View All Answers
Explain what is the difference between functions abs() and fabs()?
What does 2n 4c mean?
What are the different types of constants?
What do you understand by friend-functions? How are they used?
Which is better pointer or array?
What is the Purpose of 'extern' keyword in a function declaration?
What is meant by errors and debugging?
Explain how do you determine a file’s attributes?
What is function definition in c?
Why does the call char scanf work?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Explain modulus operator. What are the restrictions of a modulus operator?
Explain how can you tell whether two strings are the same?
What is c mainly used for?
what is the height of tree if leaf node is at level 3. please explain