define macros a macro is a pre-processor


Define macros.  

A macro is a pre-processor directive which is a program that processes the source code before it passes by the compiler. These are placed in the source program before the main. To describe a macro, # define statement is used. This statement, also called as macro definition takes the following general form:

                     #define identifier string

 

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: define macros a macro is a pre-processor
Reference No:- TGS0275456

Expected delivery within 24 Hours