Scanf Best Explanation by deleted

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.

...