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 object and class in oops?
What is abstraction example?
Why it is called runtime polymorphism?
What is object in oops?
State what is encapsulation and friend function?
Why do we use encapsulation in oops?
any one please tell me the purpose of operator overloading
what type of question are asked in thoughtworks pair programming round ?
Why multiple inheritance is not allowed?
Why is abstraction used?
Why do while loop is used?
What is abstraction in oop with example?
can inline function declare in private part of class?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What do you mean by variable?