I know we can not assign a char array to another char array like: char array1[] = "Hello"; char array2[] = "Hi!"; array1 = array2;//does not compile.
確定! 回上一頁