tags:
- c
- programming
- reddit
- notes
source: https://www.reddit.com/r/C_Programming/comments/19fizpt/scanf_best_explanation/
created: 2024-12-14
published: 2023-01-01
Should scanf()
be used by beginners?
No, scanf()
shouldn't be used by beginners.
What is scanf()
used for?
scanf()
is used for reading well-formatted input data.
Should
scanf()
be used for reading user input and why?
No,scanf()
shouldn't be used for reading user input because user input isn't formatted.
...