Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

At times: int ch instead of char ch #10

Open
lazy-dude opened this issue May 8, 2024 · 1 comment
Open

At times: int ch instead of char ch #10

lazy-dude opened this issue May 8, 2024 · 1 comment

Comments

@lazy-dude
Copy link

If you want to compare the value of a variable to EOF you better use:

int ch;

instead of:

char ch;

@lazy-dude
Copy link
Author

For more details see:

https://c-faq.com/stdio/getcharc.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant