COMPUTER SCIENCE AND ENGINEERING
DATA STRUCTURES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which of the following is NOT a type of data structure?
|
Arrays
|
|
Tables
|
|
Stacks
|
|
Trees
|
Explanation:
Detailed explanation-1: -Best Answer Arrays are a data structure not a data type. Final Answer: Hence, the correct option is D i.e., arr.
Detailed explanation-2: -When we think of data structures, there are generally four forms: Linear: arrays, lists. Tree: binary, heaps, space partitioning etc. Hash: distributed hash table, hash tree etc.
Detailed explanation-3: -A table in computer programming is a data structure used to organize information, just as it is on paper. There are many different types of computer-related tables that work in a number of different ways.
There is 1 question to complete.