T

Team MCQ Buddy • 20.45K Points
Instructor III

Q. Which of these is valid syntax to include a header in C?

  • (A) #include <header>
  • (B) #include "header"
  • (C) Both A and B
  • (D) All of these

Explanation by: Team MCQ Buddy
The valid syntaxes to include a header file to a program in C are:

#include <header>
#include "header"

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.


Question analytics