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

f=(x>y)?x:y
a) f points to max of x and y
b) f points to min of x and y
c)error

Answer Posted / guest

a) f points to max of x and y
if (x > y) is true.. x would be returned, else y.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of realloc()?

1205


The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference

1291


What is the difference between #include and #include 'file' ?

1122


Write a c program to demonstrate character and string constants?

2250


What are the standard predefined macros?

1206


Explain what is the difference between a string and an array?

1231


Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me

1997


How can I convert a number to a string?

1258


What is the difference between procedural and declarative language?

1190


a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler

1130


the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters

2358


how to write optimum code to divide a 50 digit number with a 25 digit number??

3303


Explain can static variables be declared in a header file?

1208


What is a rvalue?

1264


What is cohesion in c?

1035