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
0
Answer:
Program you have written is wrong.
So,It will show error.
Similar questions