Learn C
Coading is not typing it is imagination......
Sunday, June 28, 2015
The value of EOF
#include <stdio.h>
int main(void)
{
printf("EOF == %d\n", EOF);
return 0;
}
output:
EOF = = -1
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment