Multiple choice technology programming languages

Does C++ support Funcations

  1. True

  2. False

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

C++ fully supports functions as the fundamental building blocks for organizing code into reusable, modular units. Functions allow you to encapsulate specific tasks, pass parameters, and return values. This is a core feature of C++ inherited from C and essential for structured programming.