What action is carried out by scanf if a user enters any blank spaces, tabs, and newlines?
(a) consider as input
(b) ignores it
(c) produces error
(d) nothing can be said
The question was posed to me in an online interview.
Asked question is from scanf in division Input and Output in C of C