+ 2
It allows you to read space delimited input string, the specifier defines to read input until a new line character was found, unlike the common way where input reading was terminated as a space was found. https://stackoverflow.com/questions/6282198/reading-string-from-input-with-space-character
15th Jan 2019, 8:33 PM
Ipang