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
What is the difference between cin.read() and cin.getline()?
Explain the term memory alignment?
How to demonstrate the use of a variable?
What is the benefit of c++?
What is the extension of c++?
What is stoi in c++?
Difference between an inspector and a mutator
Which one is better- macro or function?
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
What is meaning of in c++?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
How do you remove an element from a set in c++?
What are files in c++?
Can turbo c++ run c program?
What is encapsulation in c++?