pointers are support in C#? if yes then how to use it?
Answer Posted / baru
yes,pointers can support in c#.Basically variables can hold and work on values of data types but pointers can work on addresses of those variables so memory space utilization will be efficient as these pointers works on available memory spaces
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is polymorphism used?
Write a c++ program to display pass and fail for three student using static member function
what type of questions
Templates mean
What is interface? When and where is it used?
Is data hiding and abstraction same?
What are the 4 pillars of oop?
What are properties in oop?
What are the two different types of polymorphism?
Can a destructor be called directly?
What is pure oop?
what is difference between class template and template class?
What is inheritance and how many types of inheritance?
What is a function in oop?
Get me an image implementation program.