成人AV在线无码|婷婷五月激情色,|伊人加勒比二三四区|国产一区激情都市|亚洲AV无码电影|日av韩av无码|天堂在线亚洲Av|无码一区二区影院|成人无码毛片AV|超碰在线看中文字幕

c語言必背100代碼 使用C語言創(chuàng)建一個(gè)動(dòng)態(tài)鏈表?

使用C語言創(chuàng)建一個(gè)動(dòng)態(tài)鏈表?函數(shù)名:MKDIR函數(shù):創(chuàng)建目錄(文件夾)用法:int MKDIR(char*pathname)程序示例:(通過win tc和DEV-C運(yùn)行)#include#includ

使用C語言創(chuàng)建一個(gè)動(dòng)態(tài)鏈表?

函數(shù)名:MKDIR

函數(shù):創(chuàng)建目錄(文件夾)

用法:int MKDIR(char*pathname)

程序示例:(通過win tc和DEV-C運(yùn)行)

#include

#include

#include

int main(void)

{

int status

system(“CLS”)

]status=MKDIR(“book”)/*這是創(chuàng)建一個(gè)預(yù)訂*/](!在程序所在的當(dāng)前文件夾中?(printf(“directory createdn”):

system(“use”)

system(“direct”)/*創(chuàng)建后顯示當(dāng)前文件夾下的文件信息*/

system(“use”)

status=rmdir(“book”)/*刪除創(chuàng)建的文件夾book*/](!狀態(tài))?(printf(“directory deletedn”):

](PERROR(“able to delete directory”)

system(“pause”)

返回0

}