strlen和sizeof 的區別

下面會舉一些具體的例子來說明兩者的區別 例子1 #include<iostream> #include<vector> #include<string.h> using namespace std; int main() { char sayhello[] = {'h','e','l','l','o',' ','w','o','r','l','d','\0'}; cout<<sa
相關文章
相關標籤/搜索