MCQ IN COMPUTER SCIENCE & ENGINEERING

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 Structures?
A
Arrays
B
Tables
C
Stacks
D
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: -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.

Detailed explanation-3: -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.

There is 1 question to complete.