Call by reference mechanism should be used in a program when-03105
Call by reference mechanism should be used in a program when there is <br>i. large amount of data to be passed <br>ii. small amount of data to be passed <br>iii. need to change the passed data <br>iv. no need to change the passed data <br>Choose the appropriate option for the above case.
This multiple choice question (MCQ) is related to the book/course vu cs201 Introduction to Programming. It can also be found in vu cs201 Mid Term - Quiz No.1.
Call by reference mechanism should be used in a program when there is
i. large amount of data to be passed
ii. small amount of data to be passed
iii. need to change the passed data
iv. no need to change the passed data
Choose the appropriate option for the above case.
i. large amount of data to be passed
ii. small amount of data to be passed
iii. need to change the passed data
iv. no need to change the passed data
Choose the appropriate option for the above case.
(i) and (ii) only
(i) and (iii) only
(ii) and (iii) only
(ii) and (iv) only