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 helper in c++?
How is data hiding achieved in c++?
Does c++ vector allocate memory?
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?
How do you decide which integer type to use?
Who was the creator of c++?
How do you flush a buffer in c++?
What is general form of pure virtual function? Explain?
What is a .lib file in c++?
what do you mean by memory management operators
whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };
Is c++ vector a linked list?