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
What is polymorphism oop?
why reinterpret cast is considered dangerous?
What is overloading in oops?
Prepare me a program for the animation of train
What are different oops concepts?
what are the ways in which a constructors can be called?
What does I oop mean?
Why do we use class in oops?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is property in oops?
What is encapsulation example?
What are the data types in oop?
What is oops?what is its use in software engineering?
What is multilevel inheritance in oop?