Correct answer: b
To create temporary
array elements, specify the keyword _TEMPORARY_ after the array name
and dimension. Remember that if you use an asterisk to count the array
elements, you must list the array elements. You cannot use the asterisk
and the _TEMPORARY_ keyword together in an ARRAY statement.