C語言中運用gets函數,是不是一定需要頭文件聲明#include<string.h>
2 回答

楊魅力
TA貢獻1811條經驗 獲得超6個贊
#include<string.h>
里面有幾個常用的庫函數
strcat
strstr
strtok
strcmp
strlen
strcpy
以上函數的用法你可以去百度!
沒有gets這個函數,這個是stdio.h頭文件中的
- 2 回答
- 0 關注
- 2403 瀏覽
相關問題推薦
添加回答
舉報
0/150
提交
取消