Which one of the following calling methods does not change the-03571
Which one of the following calling methods does not change the original value of the argument in the calling function?
This multiple choice question (MCQ) is related to the book/course vu cs301 Data Structures. It can also be found in vu cs301 Mid Term - Quiz No.6.
Which one of the following calling methods does not change the original value of the argument in the calling function?
Call by passing the value of the argument
Call by passing reference of the argument
Call by passing the address of the argument
None of the given options