Select from following answers:- A value type cannot be changed inside a method.

- The variable was not initialized before it was passed in.
- The method didn’t return the changes.
- All Above
Passing a value type will make a copy of the data. the original won’t change with it.
Show Correct Answer
Source: exam ref book from microsoft ( | |
Alert Moderator