Which of the following is evaluated first:
a) &&
b) ||
c) !
No Answer is Posted For this Question
Be the First to Post Answer
What are features of c++?
What is iostream in c++ used for?
Why we use #include conio h in c++?
Types of storage and scope of each type
What are structures and unions?
Is c# written in c++?
How can a '::' operator be used as unary operator?
What do you know about friend class and friend function?
if int1 has the value 12, int has the value 18, and int3 has the value 21, what is the result: int1 < int2 && int2 < int 3
Describe private, protected and public?
Why is "using namespace std;" considered bad practice?
When volatile can be used?