Thread: atoi function
View Single Post
  #9 (permalink)  
Old 03-26-2008, 01:46 AM
dcs dcs is offline
Programming Expert
 
Join Date: Mar 2008
Posts: 371
Rep Power: 6
dcs has a spectacular aura aboutdcs has a spectacular aura about
Default Re: atoi function

Quote:
Originally Posted by Chinmoy View Post
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.
'\0' and NULL may be different (a character vs a pointer), and neither has anything in common with EOF (a negative integer).


Last edited by dcs; 03-26-2008 at 01:53 AM.
Reply With Quote