The sscanf() function works like scanf(), though it reads its input from a string (char array) and not standard input, hence the extra “s” ...
確定! 回上一頁