Computer Science, asked by rockyarun8229, 10 months ago

Pre processor compler dirctives begin with symbol

Answers

Answered by rachanakodnad2020
0

Pre processor compler dirctives begin with symbol C. (if i am not wrong)

Answered by ramita2005
1

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.

Similar questions