C語言字符串總結

一、字符串操做 strcpy(p, p1) 複製字符串 原型:strcpy(char destination[], const char source[]); 功能:將字符串Source拷貝到字符串destination中 例如: #include<iostream.h> #include<string.h> void main() { char str1[10] = {" hello wor
相關文章
相關標籤/搜索