WHICH OF THE FOLLOWING STATEMENT IS TRUE, WHEN AN ARGUMENT PASSED...

63.

Which of the following statement is true, when an argument passed is

by value using the ByVal keyword.

a) it is possible to modify the

d) it is possible to modify the

members of the objects to

variables itself, if the

which it points, if the

argument passed is a

argument is a reference

variable argument.

type.

b)

it is possible to replace the

e)

it is possible to modify the

value of the object

members of the objects to

which it points, if the

argument passed is a

variable argument.

c) it is the default value in case

of Visual Basic

b)