Multiple choice

C++ allows you to specify default parameter values to functions. Please state if these statement is true or false?

  1. True

  2. False

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

C++ supports default arguments in function declarations, allowing callers to omit trailing arguments if they have default values.