User Profile
Collapse
-
graphics
l have failed write a code to draw a blue or any coloured triangle or shape -
thanks but finally l got to learn about stacks and linked listsLeave a comment:
-
implement a stack using a standard linked list in the C programming
You are provided with a sample C programs: calc.c, which implements a reverse polish notation
calculator. Study it carefully. This program uses a stack (of course!) but the stack implementation
is missing and you have to add it. You are to use the linked list structure defined within the
program, to implement a stack. In short, you need to implement the functions pop() and push()
using a linked list.
You are provided...
No activity results to display
Show More
Leave a comment: