Q:

What are different types of the parameter in c#?

0

What are different types of the parameter in c#?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Answer:

Following are different types of parameter in c#
1. Value parameter(in)
2. Reference parameter (ref)
3. Output parameter(out)
4. Parameter Array(param)

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Top 100 C# interview questions and answers 2022

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What is the difference between “out” and “re... >>
<< How do you get the size of value type?...