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.