What is the purpose of the printf() and scanf() ?

: 522
Paper : C Programming FAQ (Frequently Asked Questions and answers) for freshers | Platform : Procedural Programming Languages | Category : Programming FAQs

printf(): It is used to print the output on the screen.

scanf(): It is used to take the input from the user.

Suggested Papers: