Multiple choice

In 'C', header files are declared in ___________ section.

  1. documentation

  2. link

  3. main program

  4. none of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This section is used to declare the header files. These files are required to link to an appropriate function defined in it.