Computer Science, asked by Jyotirmayachanda, 5 months ago

a line beginning with dash is called a preprocessor directive​

Answers

Answered by keyboardavro
2

Answer:

#

Explanation:

The preprocessor directives give instruction to the compiler to preprocess the information before actual compilation starts. All preprocessor directives begin with #, and only white-space characters may appear before a preprocessor directive on a line.

Similar questions