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
Explain how the virtual base class is different from the conventional base classes of the opps.
How do you clear a map in c++?
Define pointers?
What are c++ data types?
How can I learn dev c++ programming?
What is endl?
Define basic type of variable used for a different condition in C++?
What is std :: endl?
How the programmer of a class should decide whether to declare member function or a friend function?
Write about the role of c++ in the tradeoff of safety vs. Usability?
Explain how functions are classified in C++ ?
What is an associative container in c++?
Why is it necessary to use a reference in the argument to the copy constructor?
What is setiosflags c++?
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number