C program to check whether a mathematical statement is solvable or not

ALGORITHMStart.Declare two character arrays str[],token[] and initialize integer variables a=0,b=0,c,d.Input the string from the user.Repeat steps 5 to 12 till str[a] =‟‟.If str[a] =='(‘ or str[a] =='{‘ then token[b] =‟4‟,…

Continue ReadingC program to check whether a mathematical statement is solvable or not