Ask Question
10 June, 03:10

A structure that specifies which of a number of permitted data types (e. g. integers) that may be stored in its instances is:

A. an array

B. a linked list

C. a bitmap

D. a union

+1
Answers (1)
  1. 10 June, 07:07
    0
    A union is a data type that allows you to define that different data types take up the same space (e. g., an int and a float).

    Usually this is not a very safe way of programming, but there can be specific reasons to do it.

    - edit: I deliberately give the definition of a union here, because the question can be interpreted in multiple ways. So I see how you could interpret the question as the definition of a linked list as well.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “A structure that specifies which of a number of permitted data types (e. g. integers) that may be stored in its instances is: A. an array ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers