Level 80
Level 82
3 words 0 ignored
Ready to learn
Ready to review
Ignore words
Check the boxes below to ignore/unignore words, then click save at the bottom. Ignored words will never appear in any learning session.
Ignore?
header file
a file with extension .h which contains C function declarations and macro definitions to be shared between several source files
#include <file>
header file Include Syntax
#include <file>
user and the system header files are included using