Computer Science, asked by charanjitsinghsinghs, 6 months ago

pre proscer/ compiler directives begin with symbol​

Answers

Answered by AngelSupriya12
5

Explanation:

Preprocessor directives begin with a hash symbol (#) and do not contain the semicolon at the end as they are not statements. They are instead terminated by a new line. The #if directive compiles the code between the directives only if the specified symbol is defined.

Please Mark as Brainlest

Similar questions