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
Which method cannot be overridden?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
What is abstraction in oops?
What is the problem with multiple inheritance?
What is the full form of oops?
When not to use object oriented programming?
What is the use of oops?
Why multiple inheritance is not possible?
Why do we use encapsulation in oops?
Explain the advantages of inheritance.
Can enum be null?
What is stream in oop?
What is difference between inheritance and polymorphism?
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is abstraction in oops with example?