engineering recuitment GATE CSE 2023-24 Test Series Programming and Data Structure Programming in C Scope of a Variable
What is the output of the following program?
#include
#define MUL(a,b) a*b
#define POW(a) a*a
int main()
{
int a = 3;
int b = 2;
printf("%d", MUL(MUL(a+1,b),POW(b+1)));
return 0;
}
Enter numerical value using the virtual keypad. Round off where necessary.