Topic: Stack Problem / Level: beginner

Problem: Implement a function to push the elements of a matrix row by row into a stack and reverse them.

Run the code to see the output here...