Home / C Programming / C Preprocessor :: True / False Questions

C Programming :: C Preprocessor

  1. In a macro call the control is passed to the macro.

  2. A.
    True
    B.
    False

    View Answer

    Workspace

    Discuss Discuss in Forum


  3. A header file contains macros, structure declaration and function prototypes.

  4. A.
    True
    B.
    False

    View Answer

    Workspace

    Discuss Discuss in Forum


  5. The preprocessor can trap simple errors like missing declarations, nested comments or mismatch of braces.

  6. A.
    True
    B.
    False

    View Answer

    Workspace

    Discuss Discuss in Forum


  7. A preprocessor directive is a message from compiler to a linker.

  8. A.
    True
    B.
    False

    View Answer

    Workspace

    Discuss Discuss in Forum


  9. Once preprocessing is over and the program is sent for the compilation the macros are removed from the expanded source code.

  10. A.
    True
    B.
    False

    View Answer

    Workspace

    Discuss Discuss in Forum