单选题 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: 1.. 12; day: 1..31; year: Integer END END END;
【正确答案】 A
【答案解析】