What is the purpose of the 'ref' keyword in a method parameter?
To pass the variable by value
To specify the variable's data type
To prevent modifications to the variable
To pass the variable by reference

Programming Principles Exercises are loading ...