Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 332 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 332 Bytes

Expression-Evaluator

A mini project on C, which can perform all arithmetic operations for N operands & also return the result by evaluating an expression as an input.

Features :

  • Addition (Completed)

  • Subtraction (Completed)

  • Multiplication (Completed)

  • Division (Completed)

  • Expression Evaluator (Coming Soon)