Saved Bookmarks
| 1. |
In Array Processing, What Does The Dim Function Do? |
|
Answer» DIM: It is used to RETURN the number of ELEMENTS in the array. When we use Dim function we would have to re –specify the stop value of an iterative DO statement if U change the DIMENSION of the array. DIM: It is used to return the number of elements in the array. When we use Dim function we would have to re –specify the stop value of an iterative DO statement if u change the dimension of the array. |
|