InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Index And Subscript? |
|
Answer» Subscript REFERS to the array occurrence while index is the DISPLACEMENT (in no of bytes) from the beginning of the array. An index can only be modified using PERFORM, SEARCH & SET. Subscript refers to the array occurrence while index is the displacement (in no of bytes) from the beginning of the array. An index can only be modified using PERFORM, SEARCH & SET. |
|