Here is a list of three situations:
- A function call with no matching function definition
- A function call with no function prototype for definition before it
- A function definition with no matching function call
Match up these three situations with the results below:
- A "waste of time", perhaps but no error
- A compiler error
- A linking error