📚 Practice Mode
Programming Languages: C, C++, Java, and C# Fundamentals
Learn at your own pace with hints and detailed explanations
1 / 20
Multiple Choice
How can pointers be used in C#
- No,pointers can not be used here
- by using unsafe block
- by compiling using /unsafe option in command line only
- Both B and C
- None