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

d

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why are algorithms important in c program?

620


What are the applications of c language?

626


Is c object oriented?

542


What is the difference between mpi and openmp?

736


How can I find the modification date of a file?

705






How many identifiers are there in c?

581


What do you understand by friend-functions? How are they used?

645


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

635


What does printf does?

746


Explain spaghetti programming?

684


What is a void pointer? When is a void pointer used?

626


Can main () be called recursively?

628


What is an arrays?

653


write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?

1674


What is array in C

710