#include statement must be written
a) Before main()
b) Before any scanf/printf
c) After main()
d) It can be written anywhere
Submitted by: Muhammadb
(Before any scanf/printf)
Explanation:Using these directives before main() improves readability.
Submitted by: Muhammad
(Before any scanf/printf)
Explanation:Using these directives before main() improves readability.
Submitted by: Muhammad
Read Online C Preprocessor Job Interview Questions And Answers
Top C Preprocessor Questions
☺ | Tell us bitwise shift operators? |
☺ | Can you please explain the scope of static variables? |
☺ | What do you know about the use of bit field? |
☺ | What is typedf? |
☺ | Do you have any idea about the use of "auto" keyword? |
Top C Programming Categories
☺ | C Functions Interview Questions. |
☺ | C Pointers Interview Questions. |
☺ | C Preprocessor Interview Questions. |