A few projects as a beginner C learner open for suggestions (*under debugging)
FILES AVAILABLE
- calculator.c => A basic calculator only for arithmetic calculations only (uses CUI)
- rpn.c => (Reverse Polish Notation) calculator has only basic arithmetic (uses CUI)
- max_palindrome.c => The idea is to find the highest palindrome from given word {doesn't scramble, i.e, checks in same order} (uses CUI)