Still, it must have enough space to hold the source array and a NULL character. #define DEST_SIZE 40 char src[] = "Look Here"; char dest[DEST_SIZE]; ...
確定! 回上一頁