字符串鏈接成新數組

#include<iostream> #include<cstdio> using namespace std; int main() { char str1[20]={"I will always "} ; char str2[30]={"love you! "} ; char str3[50]; int i=0,j=0; while(str1[i]!='\0') { st
相關文章
相關標籤/搜索