Computer Science, asked by AditiRath2852, 8 months ago

Directive begain 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.

Answered by singhaaditya1122006
0

Answer:

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

Similar questions