for example in general compilers a char occupies 1 byte, you can convert char to integer by type casting? ex: char a='/0'; int b=(int) a ...
確定! 回上一頁