Interview Questions

What problems might the following macro bring to the application?

C++ Interview Questions and Answers


(Continued from previous question...)

What problems might the following macro bring to the application?

#define sq(x) x*x

(Continued on next question...)

Other Interview Questions