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 are function pointers?
How do pointers work?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
Does c++ have finally?
Is there a sort function in c++?
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
Should you pass exceptions by value or by reference?
What is lazy initialization in c++?
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples
What are c++ files?
Can you be bale to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
Can you use the function fprintf() to display the output on the screen?
Do class method definitions?
What is a lambda function c++?
What do you mean by volatile and mutable keywords used in c++?