1.

What will be the output of the following program?#include#define prod(a,b)a*bvoid main(){int x=3,y=4;printf("%d", prod(x+2,y-1));}

A. 5
B. 2
C. 0
D. 1
E. one of these
Answer» D. 1


Discussion

No Comment Found