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 the sylabus for priliminaries?
What is an interface in oop?
What is the benefit of oop?
Why do while loop is used?
What is the advantage of oop over procedural language?
what is different between oops and c++
write a program that takes input in digits and display the result in words from 1 to 1000
What is polymorphism programming?
What is polymorphism and why is it important?
What is overloading in oop?
Can enum be null?
write a program to find 2^n+1 ?
Can we define a class within the interface?
Why is static class not inherited?
What is polymorphism in oop example?