Multiple Choice Questions

Data Structure - ARRAY. Array Declaration examples. DIMENSION A(3) declares a one dimensional array with 3 elements. subscripts start a 1. array A has 3 locations A(1), A(2), A(3) DIMENSION X(4,5) declares a two dimensional array with 4 rows and 5 columns. array X has 20 locations in 4 rows and 5 columns. OPERATORS. Arithmetic operators +-* / ** ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download