Stack Operations using C Language

Posted on

Stack Operations using C Language

Implement stack as an abstract data type (ADT) using linked list.

Use this ADT for

  •  infix to prefix conversion
  • infix to post fix conversion
  • evaluation of post fix expression

Stack Operations using C Language Code

Source projectgeek.com