🎴 Flashcard Mode

Programming Languages: C, C++, Java, and C# Fundamentals

Card1 / 20
Mastered0
Review0
QuestionClick to flip

How can pointers be used in C#

AnswerClick to flip back
A
Both B and C
💡 Explanation:

Pointers in C# can only be used within unsafe blocks, and the code must be compiled with the /unsafe option either in the IDE or command line. Both conditions are required, making 'Both B and C' correct.

Change Mode