pointers are support in C#? if yes then how to use it?
Answer Posted / preeti
Yes pointers are supported in c#.
Def:- pointers point to other veriable's memory address.
Uses:-
i)It uses in call by reference concept.
ii)Number of pointers can point to same memory address.
iii)using pointer there is working on exact memory location
instead of other veriable.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is inheritance in simple words?
What does I oop mean?
Where is pseudocode used?
What are benefits of oop?
What is abstraction and encapsulation?
Why it is called runtime polymorphism?
What is encapsulation in oop?
What is polymorphism in oops with example?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Plese get me a perfect C++ program for railway/airway reservation with all details.
How do you achieve polymorphism?
Why is destructor used?
Why do while loop is used?
Why is there no multiple inheritance?
What is persistence in oop?