#include <stdio.h> int main() { unsigned int a = 10; double b = (double)a; ... 可以看到儘管表示同一個數字,但是實際上在不同資料型態間二進位表示是完全不同 ...
確定! 回上一頁