Google News
logo
C# - Quiz(MCQ)
Which of the following is correct about dynamic Type in C#?
A)
You can store any type of value in the dynamic data type variable.
B)
Type checking for these types of variables takes place at run-time.
C)
Both (A) and (B)
D)
None of the Above.

Correct Answer :   Both (A) and (B)

Advertisement