Computer Science, asked by naniharsh3210, 7 months ago

What will be the output of the following code?
#include
#define square(a) a*a
int main()
printf("%d", square (4+5));
return 0;
}

Answers

Answered by kritirajwar1234
0

Answer:

Program you have written is wrong.

So,It will show error.

Similar questions