#include <string.h> #include <stdio.h> int main(void) { char name[7] = "Flavio"; int length = strlen(name); printf("Name length: %u", ...
確定! 回上一頁