filmov
tv
DS(B DIV) Class35 Unit3 Stacks (array implementation) and Journal Program 8

Показать описание
Journal Program 8 - Write a C program to demonstrate the working of stack of size N using an array. The elements of the stack may assume to be of type integer or real, the operations to be supported are 1. PUSH 2. POP 3. DISPLAY. The program should print appropriate messages for STACK overflow, Under flow and empty, use separate functions to implement the same.