Question: Which of the following statement is incorrect?

Options

A : A default argument is checked for type at the time of declaration and evaluated at the time of call.

B : We can provide a default value to a particular argument in the middle of an argument list.

C : We cannot provide a default value to a particular argument in the middle of an argument list.

D : Default arguments are useful in situations where some arguments always have the same value.

Click to view Correct Answer

Previous || Next

Functions - General Questions more questions

Which of the following function declaration is/are incorrect?

Which of the following statement is incorrect?

Where the default value of parameter have to be specified?

Which of the following statement is correct?

Which of the following statement is correct?

Which of the following statement is correct?

Which of the following function / types of function cannot....

Which of the following statement is correct?

What happens when we try to compile the class definition....

Which of the following statements is incorrect?

Constructors and Destructors - General Questions more Online Exam Quiz

System Analysis and Design - Part 1

Unix - Part 1

Windows 2000 Server - Part 1

Windows NT - Part 1

Constructors and Destructors - General Questions

Objects and Classes - General Questions

OOPS Concepts - General Questions

References - General Questions

Arrays - General Questions