C# Programming - Datatypes
|
|
|
|
Exercise"It takes a very long time to become young."
- Pablo Picasso
|
| 16. |
Which of the following statements are correct about datatypes in C#.NET?
- Every datatype is either a value type or a reference type.
- Value types are always created on the heap.
- Reference types are always created on the stack.
- Mapping of every value type to a type in Common Type System facilitates Interoperability in C#.NET.
- Every reference type gets mapped to a type in Common Type System.
|
Answer: Option D
Explanation:
No answer description available for this question. Let us discuss.
|
| 17. |
Which of the following is the correct default value of a Boolean type? |
Answer: Option D
Explanation:
No answer description available for this question. Let us discuss.
|
|
|