I'd like to ask,if i have some equations in a text file such as:
1) 2+45-43
2) 28+50-3
3) 12++36
i need a function that detects the error (eq. 3) when reading the file.is there any possible way to do this in c????
1) 2+45-43
2) 28+50-3
3) 12++36
i need a function that detects the error (eq. 3) when reading the file.is there any possible way to do this in c????
Comment