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

Post New Answer

More C++ General Interview Questions

What is the difference between "overloading" and "overridding"?

3 Answers  


can output 5 students using one dimensional array

1 Answers   Intel,


Is oops and c++ same?

0 Answers  


Define a program that reads two matrices of size 3x3 with real values from the user then prints their sum, difference and multiplication.

0 Answers   TCS,


Explain the difference between new() and malloc() in c++?

0 Answers  






Explain queue. How it can be implemented?

0 Answers  


What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?

3 Answers  


What is the difference between the functions memmove() and memcpy()?

0 Answers  


Describe private, protected and public – the differences and give examples.

0 Answers  


What is the rule of three?

0 Answers  


describe private access specifiers?

0 Answers  


advantages and disadvantages of using Borland C++ / version 5.

1 Answers  


Categories