Answers

Question and Answer:

  Home  C Preprocessor

⟩ #include statement must be written a) Before main() b) Before any scanf/printf c) After main() d) It can be written anywhere

b

(Before any scanf/printf)

Explanation:Using these directives before main() improves readability.

 184 views

More Questions for you: