Can we use pointers in C#?

Skill/Topic: Advanced
A) Yes
B) No
Explanation: Pointers can be used if required, but it will be unsafe code.

Showing Answers 1 - 5 of 5 Answers

s

  • Feb 15th, 2006
 

well, actually, we can use pointers in C#..only tht we should mark the code as unsafe and before compiling we should use the tag unsafe.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions