Click on any box for a demo or to learn moreEmail sushanthmukkamalla@gmail.com for code
A list of C declarations using the right-left rule.
Wrote functions which display output to the user.
Wrote functions that read strings and whole numbers from the user, process them, and display them.
Implemented an array-based stack of longs and modified the driver.c file which allows you to test the stack.
The program will accept mathematical expressions in "infix" notation, convert it to its "postfix" equivalent, and then evaluate the expression.
Created a polymorphic generic container based on a linked-list data structure.
Implemented a Symbol Table to allow variable assignment to the calculator.
Implemented a binary tree data structure to allow variable assignment in the calculator.
Implemented a binary tree data structure to use the "template" feature of C++.
Allowed data to persist beyond program execution by writing to and reading from an external file.