Vidyalelo
Data Structure · Q26

Stacks in Data Structures

Programming · Data Structure · question 26

Q26

What is the effect of a stack's top pointer being NULL?

A.
The stack is empty
Answer
B.
The stack is full
C.
The stack is corrupted
D.
The stack size is zero

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board