Podcast
Questions and Answers
Which type of data structure is an array?
Which type of data structure is an array?
- Non-primitive non-linear data structure
- Primitive linear data structure
- Primitive data structure
- Non-primitive linear data structure (correct)
What type of data structure is a stack?
What type of data structure is a stack?
- Primitive linear data structure
- Non-primitive linear data structure (correct)
- Primitive data structure
- Non-primitive non-linear data structure
Which of the following is a non-primitive data structure?
Which of the following is a non-primitive data structure?
- Integer
- Array
- Float
- Linked list (correct)
What type of data structure is a character variable in C/C++?
What type of data structure is a character variable in C/C++?
Which type of data structure is a doubly linked list?
Which type of data structure is a doubly linked list?