Examveda

How would you implement a stack with constant space complexity?

A. By using a dynamic array

B. By using a linked list

C. By using a fixed-size array

D. By using a hash table

Answer: Option C


This Question Belongs to Data Structure >> Stacks In Data Structures

Join The Discussion

Related Questions on Stacks in Data Structures