C++
Programming and Technical
What does the term “default parameter” mean in
C++?
a) It means that the compiler supplies default functionality
that you get for "free".
b) A parameter that C++ automatically supplies a
default value for.
c) Some C++ functions have all the parameters
written for you by the compiler
d) A parameter based on primitive C++ variable
types.
Read Solution (Total 0)
C++ Other Question