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
Answer Posted / arikuntha varathan
since 12<18 and also 18<21 the codition becomes true
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
Will c++ be replaced?
Write a program using display() function which takes two arguments.
Show the declaration for a static function pointer.
Explain linked list using c++ with an example?
What is the arrow operator in c++?
Explain the advantages of using friend classes.
Why do you use the namespace feature?
How much do coding jobs pay?
Explain the isa and hasa class relationships.
What are the syntactic rules to be avoid ambiguity in multiple inheritance?
Is vector a class in c++?
What is the benefit of c++?
What should main() return in c and c++?
What is the difference between containment and delegation?
What is a set in c++?