Computer Science, asked by Pranav1678, 9 months ago

Directives begin with_ symbol

Answers

Answered by xSahiBx
0

Answer:

__________________________________

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.

__________________________________

Similar questions