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 diff b/n c and c++ a. dynamic scoping b. nested switching c. declaration of variables in any code block d. separation of compilation and linking

2 Answers   Hughes,


How to write Multithreaded applications using C++?

2 Answers   Honeywell, TCS, Wipro,


How can you link a c program with a c function?

0 Answers  


We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?

0 Answers  


What are default parameters? How are they evaluated in c++ function?

0 Answers  






What is the use of ::(scope resolution operator)?

0 Answers  


Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list

0 Answers  


What are dynamic type checking?

0 Answers  


Explain the difference between using macro and inline functions?

0 Answers  


How is data hiding achieved in c++?

0 Answers  


which is the easy way to divide any integer by 2?

2 Answers   Persistent,


Define a pdb file.

0 Answers  


Categories