C++ Programming - Functions

Exercise : Functions - General Questions
16.
Which of the following function / types of function cannot have default parameters?
Member function of class
main()
Member function of structure
Both B and C
Answer: Option
Explanation:
No answer description is available. Let's discuss.

17.
Which of the following statement is correct?
The order of the default argument will be right to left.
The order of the default argument will be left to right.
The order of the default argument will be alternate.
The order of the default argument will be random.
Answer: Option
Explanation:
No answer description is available. Let's discuss.