Chapter 2 Vocab Flashcards
1
Q
Preprocessor Directive
A
a C program line beginning with # that provides an instruction to the preprocessor
2
Q
Preprocessor
A
a system program that modifies a C program prior to its compilation
3
Q
library
A
a collection of useful functions and symbols that may be accessed by a program.