C# - Datatypes Questions and Answers
Practice ModeShowing 10 of 42 questions
Q41
Which of the following data types is immutable in C#?
Answer: Option B
Explanation: String objects are immutable in C#.
Q42
Which data type is used to store floating-point numbers with single precision?
Answer: Option C
Explanation: Float stores single-precision floating-point numbers.