can u xplain scanf and printf function?

i want to know the the function definition of printf() scanf() function…

Hi, please read about scanf here and about printf here. There are examples given there, as well, in addition to a very good explanation.

If you still do not get the ideas, please comment.

1 Like

Hey, to put simply scanf() takes the input and printf() will print whatever you write in it.