This is begining.
BALANCE PARANTHESIS and show the result of ((9-4)/(44*34)) etc ???
what to do?
int main()
{
char arr[30];
for(int i=0;i<30;i++){
if(c=='(')
c++;
else if(d==')')
d++;}
if(c==d)
printf("parenthesis are balance");
else
printf("are not balance");
}
further cant understand.