If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?
Answer Posted / padmas
The above line of the code gets executed using the C++ program, the output will give 10 as value of b at the prompt. It will process the b+=(5%7*2), as b values is already given as 6 then it will add, to the assigned value to the result got from the expression. if properly syntaxes and executed the program.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a null tree?
What is the difference between procedural programming and oops?
Why it is called runtime polymorphism?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is coupling in oops?
What is abstraction oop?
What is difference between abstraction and encapsulation?
What is object in oop?
Is abstract thinking intelligence?
What are the three parts of a simple empty class?
Whats is abstraction in oops?
Where You Can Use Interface in your Project
What are the 5 oop principles?
What is object in oops?
What is the importance of oop?