Computer Science, asked by nikhatj4534, 10 months ago

What is the purpose of scanf function?If white space character are present within a control string how are they interpreted ?

Answers

Answered by srajfaroquee
1

Answer:

In the C programming language, scanf is a function that reads formatted data from stdin (i.e, the standard input stream, which is usually the keyboard, unless redirected) and then writes the results into the arguments given.

If white space character are present within a control string then are they interpreted as string using function  fflush(stdin);

** Please follow me and mark this ans as Branliest answer.Thank you!

Similar questions