# 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 what is a 'locale'?

585


Explain what is meant by 'bit masking'?

644


What functions are used in dynamic memory allocation in c?

597


What are the standard predefined macros?

633


the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset

640






Write a program to print “hello world” without using semicolon?

674


An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above

707


Explain how do you override a defined macro?

587


Explain a pre-processor and its advantages.

633


Can a pointer be volatile in c?

535


What are variables c?

620


What is call by reference in functions?

567


What is the collection of communication lines and routers called?

614


What is function prototype in c with example?

580


What is output redirection?

692