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
What are the advantages of using pointers in a program?
Explain what are single and multiple inheritances in c++?
Write is a binary search tree? Write an algo and tell complexity?
What is the difference between an enumeration and a set of pre-processor # defines?
Is string data type in c++?
Explain how an exception handler is defined and invoked in a Program.
When should we use container classes instead of arrays?
What is the purpose of extern storage specifier?
How can a struct in c++ differs from a struct in c?
Explain friend class?
Why the usage of pointers in C++ is not recommended ?
Write a note about the virtual member function?
Does c++ have arraylist?
How do you find out if a linked-list has an end?
What are multiple inheritances (virtual inheritance)?