Evaluate the following expression as C++ would do :8 * 9 + 2 * 5
a) 82
b) 79
c) 370
d) list
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of decltype?
How the keyword struct is different from the keyword class in c++?
What does the linker do?
Why do we use classes in programming?
Difference between overloaded functions and overridden functions
print first nodd numbers in descending order
What is a concrete class?
What is the difference between equal to (==) and assignment operator (=)?
What are pointer-to-members? Explain.
How a modifier is similar to mutator?
In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest.
What is the use of string in c++?