Environment
March 25, 2024Question 13234 – Operating-Systems
March 25, 2024UGC NET CS 2011 Dec-Paper-2
|
Question 1
|
Which of the following data structure is Non-linear type ?
|
Strings
|
|
|
Lists
|
|
|
Stacks
|
|
|
None of the above
|
Question 1 Explanation:
A data structure is said to be linear if its elements form a sequence or a linear list.
Examples:
1. Array
2. Linked List
3. Stacks
4. Queues
Examples:
1. Array
2. Linked List
3. Stacks
4. Queues
Correct Answer: D
Question 1 Explanation:
A data structure is said to be linear if its elements form a sequence or a linear list.
Examples:
1. Array
2. Linked List
3. Stacks
4. Queues
Examples:
1. Array
2. Linked List
3. Stacks
4. Queues
