Q42
What is the purpose of the 'unchecked' keyword in C#?
A.
Enables overflow checking
B.
Terminates the program
C.
Compiles the program without errors
D.
Disables overflow checking for integral-type arithmetic operations
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board