# 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

Write a c program to build a heap method using Pointer to function and pointer to structure ?

4169


What is dangling pointer in c?

618


the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b

1901


Explain the concept and use of type void.

623


Describe dynamic data structure in c programming language?

599






Is c object oriented?

535


Explain what is meant by high-order and low-order bytes?

629


Are bit fields portable?

669


Write a progarm to find the length of string using switch case?

1604


Can we declare variable anywhere in c?

533


What is assert and when would I use it?

573


Write a program for Overriding.

676


Differentiate between null and void pointers.

627


What is volatile variable in c with example?

581


What is scope rule of function in c?

542