Q. Which of these is valid syntax to include a header in C?
β
Correct Answer: (C)
Both A and B
Explanation: The valid syntaxes to include a header file to a program in C are:
#include <header>
#include "header"