You must pass character array, or pointer to character array to this function ... char dest[DEST_SIZE] = "Unimaginable"; strcpy(dest, src); printf(dest); ...
確定! 回上一頁