Top

Discussion

Which of the following is an illegal array definition?

  • A.Type COLOGNE:(LIME,PINE,MUSK,MENTHOL); var a:array[COLOGNE]of REAL;
  • B.var a:array[REAL]of REAL;
  • C.var a:array['A'..'Z']of REAL;
  • D.var a:array[BOOLEAN]of REAL;

Answer: B

No answer description available for this question.

No comment is present. Be the first to comment.
Loading…

Post your comment