圖示C語言的基本數據類型內存變換

取地址和指針 double pi = 3.1416; 取地址 π 指針 char ch = #(char * ) π cout << ch << end1 則應該打印出如下內容 short轉double short s = 45; double d = * (double * )&s; 在把short類型賦給double的類型的值的時候會自動補充內存,因爲short類型的變量只佔兩個字節,而dou
相關文章
相關標籤/搜索