Implement stack using link list

I. Take an array of structures that includes n student records. Each student record consists of student name, roll no, and marks. II. Implement the following functions:

A. Push () // to push an element in the array B. Pop(): I/ to remove an element from the array

C. Top(): // to return the last inserted element without removing it.

D. Size(): // to return the number of elements stored in the stack. E. int IsEmpty Stack(): // to check whether any elements are stored in the stack or not.

If empty print “Stack is underflow”. F. int IsFullStack(): // to check whether the stack is full or not.

If full print “Stack is overflow”.

hi @surajkuma390_3b3f3d1abcb00231,
u can refer from here https://www.geeksforgeeks.org/implement-a-stack-using-singly-linked-list/

sorry to say but this is not my answer

@surajkuma390_3b3f3d1abcb00231
what do u you want do i code it and give?

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.