Login
Remember
Register
Ask a Question
Which statment is correct about dynamic Type in C#?
0
votes
asked
Jun 16, 2020
in
C Sharp
by
Hodge
Which statment 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 of the above.
D - None of the above.
#csharp
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 16, 2020
by
Hodge
Ans is
C - Both of the above.
...