TEST 1 Flashcards

1
Q

include

A

compiler directive; tells compiler to look into other
files for function and variable declarations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

define.

A

compiler directive; globally declared constant;
useful in making the code more readable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Function prototypes

A

allows the compiler to recognize
declared functions; includes function parameters and return-
value type.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly