Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 are separators in c++?

1035


What is command line arguments in C++? What are its uses? Where we have to use this?

1178


How do I tokenize a string in c++?

1025


Distinguish between a # include and #define.

1081


What is dynamic and static typing?

1134


Can turbo c++ run c program?

1032


Why do we need runtime polymorphism in c++?

973


Differentiate between an external iterator and an internal iterator?

944


Can we overload operator in c++?

980


Is dev c++ a good compiler?

897


What is istream and ostream in c++?

1053


How the virtual functions maintain the call up?

1086


What is a constructor in c++ with example?

1069


Tell me can a pure virtual function have an implementation?

966


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

2527