Derived data types share many of the same characteristics as the ____ data types they are derived from, but with one or two additional restrictions or modifications.
A. token
B. dynamic
C. string
D. primitive
Answer: D
Computer Science & Information Technology
You might also like to view...
Hand tracing a program is
A) a program design technique. B) a program run-time testing technique. C) a program debugging technique. D) creating a drawing of what a program's output screen will look like. E) none of the above.
Computer Science & Information Technology
What is the value of the following expression?
true && false a. true b. false c. -1 d. +1 e. None of these
Computer Science & Information Technology