c++ 數據字節

#include <iostream> using namespace std; void main() { cout << sizeof(char) << endl; cout << sizeof(unsigned char) << endl; cout << sizeof(signed char) << endl; cout << sizeof(int) << endl; cout
相關文章
相關標籤/搜索