#include <somefile.h> are _______ files and #include “somefile.h” ________ files.
(a) Library, Library
(b) Library, user-created header
(c) User-created header, library
(d) They can include all types of file
I had been asked this question in semester exam.
I'm obligated to ask this question of C-Preprocessor in chapter C Functions and Structure of a Program of C