string.h
size_t strlen (const char *s)
#include <stdio.h> #include <string.h> int main() { printf("%d", strlen("abc")); // 3 }
3
CC-BY-SA 3.0 · Powered by MediaWiki
개인정보처리방침 · ABOUT