Saved Bookmarks
| 1. |
How does a pointer variable differ from a simple variable |
|
Answer» A pointer variable stores the memory address of another variable while a variable simply stores some value. |
|