Get premium membership and access questions with answers, video lessons as well as revision papers.

Describe the mistake with the following C++ computer code declaration? Int f(int a=0, double balance);

      

Describe the mistake with the following C++ computer code declaration?
Int f(int a=0, double balance);

  

Answers


Davis
Once default argument have begun , a non defaulting parameter cannot occur
Githiari answered the question on November 17, 2017 at 05:43


Next: Briefly explain why copy constructors are needed in the world of computer programming.
Previous: A programmer while writing in C++ language realized a mistake with the code below as the major cause of the program’s failure.Point out the mistake. Void...

View More Computer Studies Questions and Answers | Return to Questions Index


Learn High School English on YouTube

Related Questions