InterviewSolution
Saved Bookmarks
| 1. |
What Happens When We Use Incremental Operator In A Pointer? |
|
Answer» <P>It DEPENDS upon the type of the pointer. It gets incremented by the size of the data type, the pointer is POINTING to. For example It depends upon the type of the pointer. It gets incremented by the size of the data type, the pointer is pointing to. For example |
|