6) In which data structure memory is contiguous
- Array
- Link list
- Both
- None
Answer:1
7)True statements about Stack and Queue are
I. Stack and Queue both are linear data structures
II. Stack is non- linear data structure.
III. Stack is LIFO
IV. Queue is FIFO
- I and II only
- I and III
- I, III and IV
- All are correct.
Answer: 3
Pages: 1 2