#include statement must be written

a) Before main()
b) Before any scanf/printf
c) After main()
d) It can be written anywhere

Submitted by: Muhammad
b
(Before any scanf/printf)
Explanation:Using these directives before main() improves readability.
Submitted by: Muhammad

Read Online C Preprocessor Job Interview Questions And Answers