Multiple choice

In C++, if a function follows the functions use, it will not be necessary to place a function prototype at the start of your source file.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In C++, if a function definition appears in the source file before any calls to that function, a separate function prototype declaration is not strictly required.