Vidyalelo
C# Programming · Q42

Basic Syntax and Data Types in C Sharp

Programming · C# Programming · question 42

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board