1. Computer Science Engineering (CSE)
  2. Data Structure (DS)
  3. When a stack is organized as an array, a...
Q.

When a stack is organized as an array, a variable named Top is used to point to the top element of the stack. Initially, the value of Top is set to_______to indicate an empty stack.

A. -1
B. 0
C. 1
D. x
Answer» A. -1
View all MCQs in:   Data Structure (DS)

Discussion