Any one knows what is the ASCII value of i.
I try printf(\"%d\",EOF);
printf(\"%d\",EOF);
but its print -1
-1
and also try printf(\"%c\",EOF
printf(\"%c\",EOF
for all intents and purposes 0x04 EOT (end of transmission as this will normaly signal and read function to stop and cut off file at that point.