″12345″
nothing since 12345 is an integer
S is an illegal name for string
%s cannot be used for reading in values of S
Initialization is a part of definition
It is a declaration
It is a formal parameter
All of these
1167
1164
1264
1169
0
1
2
3
Type COLOGNE:(LIME,PINE,MUSK,MENTHOL); var a:array[COLOGNE]of REAL;
var a:array[REAL]of REAL;
var a:array['A'..'Z']of REAL;
var a:array[BOOLEAN]of REAL;