A

Admin • 833K Points
Coach

Q. In case of arguments passed by values when calling a function such as z=addidion(x,y),

  • (A) Any modifications to the variables x & y from inside the function will not have any effect outside the function.
  • (B) The variables x and y will be updated when any modification is done in the function
  • (C) The variables x and y are passed to the function addition
  • (D) None of above are valid.
  • Correct Answer - Option(A)
  • Views: 22
  • Filed under category C++
  • 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.