For a given function, once you start providing default values for arguments from the right, you cannot skip providing default values for subsequent arguments on the ______.

  • Left
  • Middle
  • None of the above
  • Right
For a function with default argument values, you can only provide default values for arguments starting from the right and not in the middle or left. Skipping arguments without default values in the middle would lead to a compilation error.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *