Home » C Programming » Preprocessors » Question
  1. Which of the following file extensions are accepted with #include?
    1. .in
    2. .com
    3. .h
    4. All of above
    5. None of these
Correct Option: D

The preprocessor will include whatever file extension you specify in your #include statement. However, it is not a good practice as another person debugging it will find it difficulty in finding files you have included.



Your comments will be displayed only after manual approval.