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;
0
1
2
3
1167
1164
1264
1169
Initialization is a part of definition
It is a declaratrion
It is a formal parameter
All of these
"12345"
nothing since 12345 is an integer
S is an illegal name for string
%s cannot be used for reading in values of S
&x[i-1] + sizeof (int)
x + sizeof (int) * i
x+i
none of these
Two
Eight
Twenty
Theoratically no limit. The only practical limits are memory size and compilers
Constant expressions are evaluated at compile
String constants can be concatenated at compile time
Size of array should be known at compile time
True
False
both (a) and (b)
security model is based on the notion of user accounts
creates a security access token that includes the security ID for users
NT operates with client server model
all of these