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


Please Help Members By Posting Answers For Below Questions

What is runtime errors c++?

574


What is ios in c++?

647


what is VOID?

633


What are 2 ways of exporting a function from a dll?

616


Difference between inline functions and macros?

598






How many namespaces are there in c++?

556


What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?

674


How do you traverse a btree in backward in-order?

624


Should the member functions which are made public in the base class be hidden?

561


What sorting algorithm does c++ use?

598


Can you pass a vector to a function?

538


What are shallow and deep copies?

636


What is the difference between #import and #include in c++?

598


How can you quickly find the number of elements stored in a dynamic array?

580


Why c++ is the best language?

594