A

Admin • 828.03K Points
Coach

Q. Which of these is correct about passing an argument by call-by-value process?

  • (A) Copy of argument is made into the formal parameter of the subroutine
  • (B) Reference to original argument is passed to formal parameter of the subroutine
  • (C) Copy of argument is made into the formal parameter of the subroutine and changes made on parameters of subroutine have effect on original argument
  • (D) Reference to original argument is passed to formal parameter of the subroutine and changes made on parameters of subroutine have effect on original argument
  • Correct Answer - Option(A)
  • Views: 5
  • Filed under category Java
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.