InterviewSolution
Saved Bookmarks
| 1. |
What we can’t place followed by the non-default arguments?(a) trailing arguments(b) default arguments(c) both trailing & default arguments(d) leading argumentsThe question was asked during an interview.This is a very interesting question from Default Arguments in division Functions, Namespaces & Exceptions in C++ of C++ |
|
Answer» The correct answer is (b) default arguments |
|