C++ Define Directive
C++ Define Directive Define directive is also used to define a constant. The difference between the const qualifier define directive is that the directive does not specify the data type of…
The define directive causes the compiler to substitute token-string for each occurrence of an identifier in the source file. The identifier is replaced …
C++ Define Directive Define directive is also used to define a constant. The difference between the const qualifier define directive is that the directive does not specify the data type of…