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

# define prod(a,b)=a*b
main()
{
int x=2;
int y=3;
printf("%d",prod(x+2,y-10)); }

the output of the program is
a.8
b.6
c.7
d.none

Answer Posted / sivasyam

with out using conditional opraters and conditional
statments(i.e &,| etc, and if,whileand etc.,) find the
bigeesst value between two values

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the priority queues?

1140


Why cant I open a file by its explicit path?

1086


What is the use of sizeof?

1064


I came across some code that puts a (void) cast before each call to printf. Why?

1269


What do you understand by normalization of pointers?

1101


A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

1282


What's a good way to check for "close enough" floating-point equality?

1255


Is there any data type in c with variable size?

1150


What is null pointer in c?

1044


What is difference between main and void main?

1288


Differentiate between #include<...> and #include '...'

1116


What is the difference between strcpy() and memcpy() function in c programming?

1134


What does the c preprocessor do?

1159


Why is c called c?

1075


Explain the difference between structs and unions in c?

1068