Multiple choice In 'C', header files are declared in ___________ section. documentation link main program 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.