# 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 / mannucse

d

Is This Answer Correct ?    13 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what are the __date__ and __time__ preprocessor commands?

836


What is int main () in c?

833


What is the benefit of using #define to declare a constant?

820


Was 2000 a leap year?

813


cavium networks written test pattern ..

3787






List some basic data types in c?

743


What is structure in c language?

805


Is there any data type in c with variable size?

837


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

4382


What's the best way of making my program efficient?

816


Mention four important string handling functions in c languages .

827


What is the purpose of & in scanf?

813


What is data type long in c?

810


What is typedef example?

821


Explain what is a stream?

784