When defining a #define macro with potentially more arguments than may be needed in a given instance, the compiler generates an error if not ALL arguments are specified. For example, if 4 arguments are requested but only three arguments are entered as in ..
↧