a) The ref keyword causes arguments to be passed by reference
b) While using ‘ref’ keyword any changes made to the parameter in the method will be reflected in the variable when control is passed back to the calling method
c) Ref usage eliminates overhead of copying large data items
d) All of the mentioned
Statements about ‘ref’ keyword used in C#.NET are?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Statements about ‘ref’ keyword used in C#.NET are?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!