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 / tarun
int1 = 12
int = 18 (not int 2)
int 3 = 21
then 1nt1 <int2, int2 value is not known
also int2< int3 , int2 value is not known
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
Is c++ platform dependent?
Explain the uses of static class data?
Is sorted c++?
Define linked lists with the help of an example.
Why is c++ awesome?
Is c++ double?
What are all predefined data types in c++?
what are the iterator and generic algorithms.
What is pointer in c++ with example?
Why are arrays usually processed with for loop?
Write a program in C++ for Fibonacci series
What is the v-ptr?
What are the benefits of operator overloading?
How can we access protected and private members of a class?