InterviewSolution
Saved Bookmarks
| 1. |
How a pointer stores values of an object |
|
Answer» We can say that pointer is a variable which is used to stores address of other variable.The TECHNIC pointer is used is so simple pointer only stores the first byte of address and then we can FIND upcoming BYTES according to the size of the variable.To understand this we TAKE is example:- |
|