0
scanf
The input get stored in scanf ...then in the given example why does it get stored in printf
3 Answers
+ 6
Hello, š
Can you specifying your question correctly!
ā¢ Include relevant TAGS
ā¢ Use the šSEARCH... bar future for similar QUESTIONS or ANSWERS before posting ā https://www.sololearn.com/post/10362/?ref=app
+ 3
"Then, in the given example why does it get stored in printf"
Which example? where?
Please add C in Relevant Tags for scope clarity š
+ 2
it's not stored in the function, the function only allows the user to input then help the user to store the input in the buffer, which can be use later on, or get printed to the screen with printf and other functions