Ch. 6.3: Function Prototypes Flashcards
1
Q
What does a function prototype/function delcaration do?
A
A function prototype eliminates the need to place a function definition before all calls to the function.
Intro to Computer Programming > Ch. 6.3: Function Prototypes > Flashcards
What does a function prototype/function delcaration do?
A function prototype eliminates the need to place a function definition before all calls to the function.
Intro to Computer Programming (78 decks)