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


Please Help Members By Posting Answers For Below Questions

If all is successful, what should main return a) 0 b) 1 c) void

558


What is == in programming?

614


When should we use container classes instead of arrays?

586


What is a constructor in c++ with example?

580


What do you mean by ‘void’ return type?

606






What is iterator in c++?

615


Explain deep copy?

608


Differentiate between late binding and early binding. What are the advantages of early binding?

584


Is linux written in c or c++?

557


How can virtual functions in c++ be implemented?

612


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

562


Tell me difference between constant pointer and pointer to a constant.

632


Explain virtual class and friend class.

605


Explain the difference between abstract class and interface in c++?

530


Why was c++ made?

652