Saved Bookmarks
| 1. |
What Is Pointer? |
|
Answer» Pointer is a VARIABLE that STORES the memory ADDRESS of ANOTHER variable. Pointers in C# have the same capabilities as in C or C++. Some examples are given bellow:
Pointer is a variable that stores the memory address of another variable. Pointers in C# have the same capabilities as in C or C++. Some examples are given bellow: |
|