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 do you mean by overloading?
What is ambiguity in inheritance?
class type to basic type conversion
What is polymorphism oop?
what is the sylabus for priliminaries?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
Why is destructor used?
What is destructor give example?
What does and I oop mean in text?
What polymorphism means?
What is an example of genetic polymorphism?
What is oops and its features?
How long to learn object oriented programming?
What is object in oop?
What is the real time example of encapsulation?