#include int main() { char str[5][10]; printf("enter the strings...\n"); for(int i =0; i < 5; i++) scanf("%s", str[i]); printf("All strings are.
確定! 回上一頁