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
Should you pass exceptions by value or by reference?
What is a syntax in c++?
Explain about templates of C++.
What is isdigit c++?
What is decltype c++?
What is guard code in c++?
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
Why do we need function?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
When should you use global variables?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
Out of fgets() and gets() which function is safe to use and why?
What are shallow and deep copy?
Why is c++ is better than c?
Explain about vectors in c ++?