經安全檢測,此網站為安全網站,請放心前往原始網址!

String and Character Arrays in C Language

strcat() function strcat("hello","world"); strcat() function will add the string "world" to "hello". strlen() function strlen() function will return the length of the string passed to it. int j; j=strlen("studytonight"); printf("%d",j); output : 12 strcmp

www.studytonight.com

網址安全性掃描由 google 提供