This is a C project in which the user enters a numerical expression. Most of the numerical expressions will contain some or all of these characters: '( )', '[ ]', '{ }'. Sadly, there are a lot of times where someone types the expression but forgets to open/close a bracket or closes the brackets in a wrong order, making the expression invalid. Th…
c brackets open expression order correct bracket numerical exe wrong close valid invalid numerical-expression order-of-brackets correct-order wrong-order valid-expression invalid-expression
-
Updated
Feb 23, 2022 - C