Vidyalelo
C# Programming · Q42

Variables and Constants in C Sharp

Programming · C# Programming · question 42

Q42

What is the purpose of the 'dynamic' keyword in C#?

A.
To make a variable constant
B.
To specify a data type that can change during runtime
C.
To make a variable accessible outside its class
D.
To specify a data type to be determined at runtime
Answer

Answer: Option D

Solution

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