#include <stdio.h> #include <string.h> /* 示範strlen() 的用法(test-strlen.c) */ main() { char s[] = "hello, world.\n"; printf("%d:%s", ...
確定! 回上一頁