How to read data from the keyboard? How to format data for output on the screen? How to deal with character output? 一、Input from the Keyboard
the scanf_s() function that is the safe version of scanf()
int scanf_s(const char * restrict format, ... );…