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.

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation