Computer Science, asked by sakshisakhare42, 7 months ago

which of the following statement is not true about preprocessor directives?
a) these are lines read and processed by the preprocessor
b) they do not produce any code by themselves
c) these must be written on their own line
d) they end with a semicolon​

Answers

Answered by prosunny8085
0

Answer:

a) these are lines read and processed by the preprocessor

Answered by adventureisland
0

Option (D) is correct.

"They end with a semicolon​" is not true about preprocessor directives.

About preprocessor directives :

  • Preprocessor instructions are lines in a program that begins with the letter #, distinguishing them from the standard source program text.
  • Preprocessor directives are lines in a program that start with the letter # and are processed by a preprocessor as part of the program.
  • The statement that preprocessor directives must terminate with a semicolon(;) is not correct.
  • For preprocessor directives statements, there is no need for a termination character.

Similar questions