Multiple choice

Which of the following types of functions in C++ perform an action and have no explicit return value?

  1. Computational functions

  2. Manipulative functions

  3. Procedural functions

  4. None of these

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

These functions perform action and have no explicit return value.