Why is the answer for the below code 16? Can anybody explain the working of this program?
#define SQUARE(n) n*n void main() { int j; j =16/SQUA