C++ Programming and Technical Programming Definition

Which of the following statement will be correct if the function has three arguments passed to it?

1) The trailing argument will be the default argument.
2) The first argument will be the default argument.
3) The middle argument will be the default argument.
4) All the argument will be the default argument.

Read Solution (Total 0)

C++ Other Question

What do you mean by inline function? When is an object created and what is its lifetime?