The figure below shows a record used for recording information about a named? event.Which of the following statement is incorrec

admin2009-02-24  13

问题 The figure below shows a record used for recording information about a named? event.Which of the following statement is incorrect?    VAR r:record          event:array[1..10] of char;          place:array[1..20] of record                       plname:array[1..15] of char;                       date: array[1..5] of record                                    mo:l..12;                                    day:l..31;                                    year:integer                                   end                      end          end;

选项 A、This is a one-dimensional array of records, also called a table.
B、This is so called record of arrays;
C、The event can occur in up to 20 places and on up to 5 different dates in each place.
D、A reference to r.place.date[j].mo will access the month of the jth occurrence, in the ith place, of

答案A

解析
转载请注明原文地址:https://kaotiyun.com/show/vGNZ777K
0

相关试题推荐
随机试题
最新回复(0)