adplus-dvertising
frame-decoration

Question

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

a.

The trailing argument will be the default argument.

b.

The first argument will be the default argument.

c.

The middle argument will be the default argument.

d.

All the argument will be the default argument.

Answer: (a).The trailing argument will be the default argument.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

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

Similar Questions

Discover Related MCQs

Q. Which of the following statement is incorrect?

Q. Which of the following statement is correct?

Q. Which of the following function / type of function cannot be overloaded?

Q. Which of the following function declaration is/are incorrect?

Q. Which of the following statement is incorrect?

Q. Where the default value of parameter have to be specified?

Q. Which of the following statement is correct?

Q. Which of the following statement is correct?

Q. Which of the following statement is incorrect?

Q. Which of the following statement is correct?

Q. Which of the following function / types of function cannot have default parameters?

Q. Which of the following statement is correct?

Q. The variable that are listed in the function's calls are called

Q. A programmer can create custom header files that must be end with

Q. Unary scope resolution operator is denoted by

Q. To make large programs more manageable programmers modularize them into subprograms that are called

Q. The maths function acos (x) stands for

Q. Which from the following is not a storage class specifier in C++?

Q. Which of the following function returns no value?

Q. A variable that is declared inside a block is called