Vidyalelo
C# Programming · Q10

Functions and Methods in C Sharp

Programming · C# Programming · question 10

Q10

What is the result of the expression Math.Max(10, 20) in C#?

A.
10
B.
20
Answer
C.
Max
D.
20, 10

Answer: Option B

Solution

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