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 / 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


Please Help Members By Posting Answers For Below Questions

How much do coding jobs pay?

1066


What are single and multiple inheritances in c++?

1154


Explain container class.

1307


What is expression parser in c++

2564


Why should you learn c++?

1065


Can a Structure contain a Pointer to itself?

1209


What language does google use?

1245


Write a Program to find the largest of 4 no using macros.

1146


Explain the volatile and mutable keywords.

1120


What does namespace mean in c++?

1145


What do you mean by const correctness?

1141


What is this pointer in c++?

1492


How did c++ get its name?

1087


Do you know the problem with overriding functions?

1173


Can we run c program in turbo c++?

1133