Computer Science, asked by sayalidoshi315, 15 days ago

Perform the programs for implementing Pre-processor directives such as constants and Macros.​

Answers

Answered by itzbhumi24
1

Տ

Preprocessing directives are lines in your program that start with # . The # is followed by an identifier that is the directive name. For example, #define is the directive that defines a macro. Whitespace is also allowed before and after the # . The # and the directive name cannot come from a macro expansion.

ՏՏ K Տ IIՏT

Similar questions