1.

Which of the following statements are correct about functions and subroutines used in C#.NET? 1.A function cannot be called from a subroutine. 2.The ref keyword causes arguments to be passed by reference. 3.While using ref keyword any ch

A. 2, 3, 5
B. 1, 2, 4
C. 4, 5
D. 3, 5
Answer» B. 1, 2, 4


Discussion

No Comment Found