A

Admin • 828.03K Points
Coach

Q. Header files ___.

  • (A) Contain function declarations
  • (B) Can be included to a program
  • (C) End with .h extension
  • (D) All of these
  • Correct Answer - Option(D)
  • Views: 10
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin
All statements are correct. The header files are special files included in a program that contain functions and macros which can be imported and used in the code. The extension of header files is ".h".

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.