How does the preprocessor work in C?

前端 未结 0 659
日久生厌
日久生厌 2020-12-18 02:43

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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题