Which of the following is evaluated first:

a) &&

b) ||

c) !


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0

0 Answers  


What is an explicit constructor?

1 Answers  


When is a template a better solution than a base class?

1 Answers  


What is functions syntax in c++?

0 Answers  


What is a vector c++?

0 Answers  






What is abstraction in c++ with example?

0 Answers  


Why do we use constructor?

0 Answers  


Describe run-time type identification?

1 Answers  


What is the use of endl in c++ give an example?

0 Answers  


What are static variables?

0 Answers  


Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort

0 Answers  


Can recursive program be written in C++?

0 Answers  


Categories