strcmp 函數,strcpy函數 ,strcat函數, strlen函數的使用

#include <iostream> #include<string.h> using namespace std; int main() { char str1[11],str2[11]; char str3[]="hello"; char str4[]="GoodBye"; strcpy(str1,str3); //調用strcpy函數,將s
相關文章
相關標籤/搜索