COMPUTER SCIENCE AND ENGINEERING
DATA STRUCTURES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Data structure can be of two types namely ____
|
Simple and Nested
|
|
Simple and Compound
|
|
Sequential and random
|
|
All of the above
|
Explanation:
Detailed explanation-1: -Simple data structures include integers, real numbers, Booleans (true/false), and characters or character strings. Compound data structures are formed by combining one or more data types.
Detailed explanation-2: -Linear Vs Non-linear Data Structures The data elements are linked to several items. A linear data structure can be an array, a stack, a linked list, or a queue. Non-linear data structures include trees and graphs. The linear data structure consists of a single level.
There is 1 question to complete.