Saved Bookmarks
| 1. |
If the name of an array is a pointer to its first element, how to move to third element. |
|
Answer» Array name +2 gives the address of third element |
|