What is the purpose of the 'unsafe' keyword in C#?
Anonymous (not verified)
Subject
Correct answer position
1
Answer option 1
To denote a block of code that uses pointers.
Answer option 2
To declare a method as static.
Answer option 3
To declare a method as virtual.
English