Quote:
Originally Posted by Chinmoy
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).
