# 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 / hussain reddy

d

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what do you mean by inline function in C?

618


What is .obj file in c?

648


c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above

614


What are the disadvantages of c language?

622


In a byte, what is the maximum decimal number that you can accommodate?

628






Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?

2121


what is a NULL Pointer? Whether it is same as an uninitialized pointer?

758


What is wild pointer in c with example?

575


Explain how can I prevent another program from modifying part of a file that I am modifying?

640


Explain bit masking in c?

637


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

1888


A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

651


What is linear search?

678


Differentiate fundamental data types and derived data types in C.

618


What is the use of parallelize in spark?

576