macro1.cpp 31 B

12
  1. #define ADD(x,y) x+y
  2. ADD(2,5);