hi implement an stack using 2d arrays

hi my name is elvis and i am trying to do a project where i need to push 10 random numbers to my empty stack of capacity 25, then perform some pop and run display... the professor told me to create 6 functions one is construction, empty, push, top, pop, and display to implement this..

my problem is that he wants us to create a random value push it in a random index and simulate a link list where the 2 random value will have a new value with the next pointing to the index of the first randon index value... please help give me some ideas thank you
Topic archived. No new replies allowed.