Home » C++ Programming » Preprocessor » Question
  1. What is the mandatory preprocessor directive for c++?
    1. #include
    2. #undef
    3. #define
    4. All of above
    5. None of these
Correct Option: A

For a c++ program to execute, we need #include.



Your comments will be displayed only after manual approval.