Ask Question
23 January, 01:26

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

+4
Answers (1)
  1. 23 January, 01:33
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers