• 2022-06-29
    fseek函数的调用形式是
    A: fseek(文件类型指针,起始点,位移量)
    B: fseek(fp,位移量,起始点)
    C: fseek(位移量,起始点,fp)
    D: fseek(起始点,位移量,文件类型指针)