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
Define a constructor - what it is and how it might be called (2 methods)?
What is virtual destructor? What is its use?
Which is better turbo c++ or dev c++?
Is dev c++ a good compiler?
How do you print a string on the printer?
What is Object Oriented programming.what is the difference between C++ and C?
What is the difference between static global and global ?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Explain function overloading and operator overloading.
Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.
How can you tell what shell you are running on unix system?
what is pre-processor in C++?