Home » C Programming » Preprocessors » Question
  1. #include statement must be written __________.
    1. It can be written anywhere
    2. After main()
    3. Before main()
    4. Before any scanf/printf
    5. None of these
Correct Option: D

Using these directives before main() improves readability.



Your comments will be displayed only after manual approval.