Home / CSE MCQs / C-MCQs :: Discussion

Discussion :: C-MCQs

  1. #include statement must be written.
  2. A.
    Before main()
    B.
    Before any scanf/printf
    C.
    After main()
    D.
    It can be written anywhere

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    Using these directives before main() improves readability.


Be The First To Comment