【单选题】The figure below Shows a record used for recording information about a named . Which of the following statement is incorrect? ( ) VAR r: RECORD : ARRAY[1.. 10] of Char; place: ARRAY[1.. 20] ...
A.
This is a one—dimensional array of records, also called a table
B.
The can occur in up to 20 places and on up to 5 different dates in each place
C.
This is so called record of arrays
D.
A reference to r. place[i], date[j], mo will access the month of the jth occurrence, in the ith place, of the named in r.
【单选题】The figure below shows a record used for recording information about a named? .Which of the following statement is incorrect? VAR r:record :array[1..10] of char place:array[1..20] of record ...
A.
This is a one-dimensional array of records, also called a table.
B.
This is so called record of arrays
C.
The can occur in up to 20 places and on up to 5 different dates in each place.
D.
A reference to r.place[i].date[j].mo will access the month of the jth occurrence, in the ith place, of