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

How many ways are there to initialize an int with a constant?

1 Answers  


Will c++ be replaced?

0 Answers  


How does a C++ structure differ from a C++ class?

0 Answers   NIIT,


What do you mean by function and operator overloading in c++?

0 Answers  


Should the member functions which are made public in the base class be hidden?

0 Answers  






What is const pointer and const reference?

0 Answers  


write a porgram in c++ that reads an integer and print the biggest digit in the number

0 Answers  


If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?

0 Answers  


Give a very good method to count the number of ones in a "n" (e.g. 32) bit number.

3 Answers  


Find the second maximum in an array?

12 Answers   HCL,


what is the basic concept of c++(object oriented programing)

4 Answers   Wipro,


Explain differences between new() and delete()?

0 Answers  


Categories