Vidyalelo
C# Programming · Q31

Functions and Methods in C Sharp

Programming · C# Programming · question 31

Q31

What is the purpose of method parameters in C#?

A.
To define the return type of the method
B.
To specify the name of the method
C.
To pass data to the method
Answer
D.
To specify the access modifier of the method

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board