int x, y, z; 3 char w[ 100 ]; sscanf( buffer, "$d,%[^,),%d %d", &x, w, &y, &z ); Which of the following strings can be parsed correctly by this sscanf () above?
確定! 回上一頁