摘要:
#include using namespace std; void main() { char a[8]="hello"; int b=sizeof(a); char c[18]="a\0abcdef"; // int c=strlen(a); cout<<"--------------------"<<endl; //cout<<" sizeof(a): "<<b<<endl... 阅读全文
posted @ 2008-11-02 13:39
蚂蚁跳楼
阅读(498)
评论(0)
推荐(0)