Home » C++ Programming » Constants/Literals » Question
  1. Which of the following statement is not true about preprocessor directives?
    1. These must be written on their own line
    2. These are lines read and processed by the preprocessor
    3. They end with a semicolon
    4. They do not produce any code by themselves
    5. None of these
Correct Option: C

They end with a semicolon



Your comments will be displayed only after manual approval.