數組初始化

把一個二維字符型數組在進行初始化爲空格時 char s[100][100]={" "};並未把數組全部初始化爲空格而是把第一位初始化爲空格。。。。。。 #include<iostream> #include<algorithm> #include<string.h> using namespace std; int main() { char s[10][10]= {"1"}; for(int
相關文章
相關標籤/搜索