Which of the following statements regarding Stacks is/are True? i) The stack always grows towards higher addresses ii) The stack always grows towards lower addresses iii) The stack has a fixed size iv) The width of the stack is 32 bits

Correct Answer: ii and iv
The stack is a data structure which is fixed at one end and grows at the other.