Topic: Stack Problem / Level: beginner

Problem: Implement a function to push elements from a linked list into a stack and remove elements greater than 100.

Run the code to see the output here...