Top

Discussion

#include statement must be written __________

  • A.Before main()
  • B.Before any scanf/printf
  • C.After main()
  • D.It can be written anywhere

Answer: B

Using these directives before main() improves readability.

No comment is present. Be the first to comment.
Loading…

Post your comment