# 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

Why c is called a mid level programming language?

787


Subtract Two Number Without Using Subtraction Operator

552


write a program to copy the string using switch case?

2593


What is zero based addressing?

891


Give me the code of in-order recursive and non-recursive.

1113






What is #error and use of it?

891


What is the difference between volatile and const volatile?

736


What is 02d in c?

822


What are nested functions in c?

748


What is structure padding and packing in c?

788


What is #line?

800


What is the difference between abs() and fabs() functions?

826


What does %c mean in c?

829


What are header files? What are their uses?

816


Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

798