• 2022-05-27
    Which one of the following statements is right?
    A: Macro substitution does not occupy the executing time, just occupies the compiling time.
    B: Multiple preprocessing directives can appear in the same line.
    C: When using macros with arguments, the argument type should be consistent with the macro definition.
    D: The compiler will do preliminary grammar examination during preprocessing.