Where should a function prototype be located?

Write your question here.
This question has no code as well.
Anywhere before where the function is being used. Generally prototypes are put in to header files that are then included in the source files that need the prototypes.
Topic archived. No new replies allowed.