sizeof與strlen.md

**sizeof與strlen的區別: ** 下面以代碼的形式來解釋 #include <iostream> using namespace std; int main() { cout << sizeof(int) <<"\t"<<sizeof(double)<< endl; int x = 3; cout << sizeof(x) << endl; //cout << strle
相關文章
相關標籤/搜索