Ask 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

B. a linked list

C. a bitmap

D. a union

+5
Answers (1)
  1. 23 June, 04:02
    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?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers