

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following is a wrong declaration for a new data type? |
A. | TYPE my_logic IS RANGE 0 to 100; |
B. | TYPE my_logic IS (‘0’, ‘1’, ‘2’); |
C. | TYPE my_logic IS ARRAY (0 TO 3) OF BIT; |
D. | TYPE my_logic IS <0 TO 20 > |
Answer» E. | |