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

write a program to find the largest of two numbers without
using for,while,switch,if else, conditional operator and do
while using c++ pgmng language

Answer Posted / swaroop

int max,a,b;
max = (a>b)? a:b ;

Is This Answer Correct ?    8 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can main method override?

1147


i got a backdoor offer in process global,Bangalore..Can i work with it?

2892


What is byval and byref? What are differences between them?

2269


What are two types of polymorphism?

1120


What is multilevel inheritance?

1253


what's the basic's in dot net

2231


What are the benefits of oop?

1342


Explain the advantages of inheritance.

1190


Why do we need oop?

1271


design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)

6727


What are different oops concepts?

1111


What is this pointer in oop?

1124


What is object in oops?

1120


How do you use inheritance in unity?

1125


What is encapsulation in oop?

1098