Pre proccessor directive begin with ___ symbol
Answers
Answered by
0
Answer:
__________________________________
All Preprocessor directives begin with the # (hash) symbol. C++ compilers use the same C preprocessor. The preprocessor is a part of the compiler which performs preliminary operations (conditionally compiling code, including files etc...) to your code before the compiler sees it.
__________________________________
Similar questions