Discussion :: Datatypes
-
Which of the following statements are correct about data types?
- Each value type has an implicit default constructor that initializes the default value of that type.
- It is possible for a value type to contain the null value.
- All value types are derived implicitly from System.ValueType class.
- It is not essential that local variables in C# must be initialized before being used.
- Variables of reference types referred to as objects and store references to the actual data.
Answer : Option A
Explanation :
No answer description available for this question.
Be The First To Comment