gets、strcpy、strncpy函數處理字符串時的特點

  gets、strcpy、strncpy函數處理字符串時的特點 字符串輸入函數gets: char *gets(char *s); gets函數輸入一個字符串到字符數組s中。s是字符數組或指向字符數組的指針。 字符串字符串複製函數strcpy、strncpy: char *strcpy(char *s1,const char*s2); char *strncpy(char *s1,const
相關文章
相關標籤/搜索