Programming Tutorials

Comment on Tutorial - Default arguments in C++ By Babbar Ankit



Comment Added by : hawa

Comment Added at : 2012-01-29 08:29:39

Comment on Tutorial : Default arguments in C++ By Babbar Ankit
dear sir, plz answer my following questions:

Q1- Why should all normal arguments precede all the default arguments in c++?

Q2- How can the compiler determine which argument corresponds to which one?

Q3- How can a compiler know for sure that a particular default argument is passed explicitly or not?


View Tutorial