1. // C program to find length of the string without using strlen() function ; 2. #include <stdio.h> ; 3. int main() ; 4. { ; 5. char s[100];.
確定! 回上一頁