Thread: atoi function
View Single Post
  #7 (permalink)  
Old 03-26-2008, 01:27 AM
Chinmoy's Avatar   
Chinmoy Chinmoy is offline
Programming Professional
 
Join Date: Feb 2008
Location: where heaven meets earth
Posts: 305
Rep Power: 7
Chinmoy has a spectacular aura aboutChinmoy has a spectacular aura about
Default 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
Reply With Quote