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 / murad shaikh
here int1=12
int2=18 (int=18, is given as int2)
int3=21
so
int1 < int2 && int2 < int3
12 < 18 && 18 < 21
ans = 21;
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How much do coding jobs pay?
What are single and multiple inheritances in c++?
Explain container class.
What is expression parser in c++
Why should you learn c++?
Can a Structure contain a Pointer to itself?
What language does google use?
Write a Program to find the largest of 4 no using macros.
Explain the volatile and mutable keywords.
What does namespace mean in c++?
What do you mean by const correctness?
What is this pointer in c++?
How did c++ get its name?
Do you know the problem with overriding functions?
Can we run c program in turbo c++?