GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Microsoft  >  C#

 Print  |  
Question:  C# pointers

Answer: can we use pointer in c# ?
if we can then how it can implement ?
and if no then why we can not use pointer in c#?


June 06, 2008 11:46:10 #1
 wbaran   Member Since: June 2008    Total Comments: 1 

RE: C# pointers
 
C# supports pointers, you use the unsafe keyword to use pointers.
     

 

Back To Question