A stack is to be implemented using an array. The associated declarations are: int stack
[100]; int top = 0; Give the statement to perform push operation.
Answers
Answered by
0
Answer:
top++
Explanation:
when an element is pushed to the stack the top value get incremented that is top++
Similar questions
Math,
3 days ago
Math,
3 days ago
Computer Science,
7 days ago
Math,
7 days ago
Accountancy,
8 months ago