Q. Choose correct answer..
- A. include is a Preprocessor Directive
- B. <stdio.h> is a header file with predefined functions like printf, scanf etc
- C. #include main() { } is a mandatory function to be included in every C Program.
- D. All the above
Correct Answer: D