C Programming
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));}

12
15
10
None of these
11

ANSWER DOWNLOAD EXAMIANS APP