scanf_s, _scanf_s_l, wscanf_s, _wscanf_s_l | Microsoft Learn
Oct 26, 2022 · The scanf_s function reads data from the standard input stream, stdin, and writes it into argument. Each argument must be a pointer to a variable type that corresponds to the type specifier in format. I...