gpt4 book ai didi

c - 什么是文件位置指针?

转载 作者:太空狗 更新时间:2023-10-29 15:54:18 24 4
gpt4 key购买 nike

我正在使用 this 学习 C网站。

fgetc()函数下作者说:

This function reads a single character from a file and after reading increments the file position pointer.

FILE *fp;
fp = fopen(filename, "r");

我想问的是文件位置指针fp指针是否不同?

最佳答案

表示你当前在文件中的偏移量。它是 ftell 的返回值。

关于c - 什么是文件位置指针?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39687795/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com