求char型別陣列的strlen長度. 昨天老師給了一道題目 #include <stdio.h> #include "string.h" int main() { int i; char a[1000]; for(i = 0; ...
確定! 回上一頁