C-strings are arrays of type char terminated with null character, that is, ... return 0; } void display(char s[]) { cout << "Entered char array is: " << s ...
確定! 回上一頁