C++ Programming - Functions - Discussion

Discussion Forum : Functions - General Questions (Q.No. 5)
5.
Which of the following statement will be correct if the function has three arguments passed to it?
The trailing argument will be the default argument.
The first argument will be the default argument.
The middle argument will be the default argument.
All the argument will be the default argument.
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
30 comments Page 3 of 3.

Abhyuday said:   9 years ago
In function we can make all arguments as default, what about that?

Panjab mane said:   1 decade ago
Trailing argument start from right to left.

@Priya & Jayati.

Prabhakar said:   1 decade ago
Assignment of default values is always start from Right to left.

Sonu said:   1 decade ago
What is trailing argument with the help of example?

Abbishek Rajh said:   10 years ago
Is it so that all arguments to be a default?

Madhu said:   1 decade ago
What is mean by trailing argument?

Jayati said:   1 decade ago
What is this trailing argument?

Priya said:   1 decade ago
What are trailing arguments?

Anuradha said:   1 decade ago
What are trailing argument?

Priya said:   9 years ago
Trailing argument means?
(1)


Post your comments here:

Your comments will be displayed after verification.