温馨提示×

# c语言删除

在C语言中,可以使用`remove()`函数来删除某个目录下的文件。`remove()`函数的原型如下:```cint remove(const char *filename);```其中,`file...

0