Re: atoi function
you have used atoi(grade).
What is grade? Its not declared anywhere! Use atoi(a).A is where you stored the data!
And '\0' and NULL dont make a difference. One is a escape sequence representation and the other is a high level text, resulting both in an eof.
__________________
God is real... unless declared an integer
|