include int main(){ char str_value[100]; printf("Enter the string : "); scanf("%s",&str_value); printf("%s",str_value); return 0; }
確定! 回上一頁