A

Admin • 833K Points
Coach

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
  • Correct Answer - Option(C)
  • Views: 18
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin

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.