#include<stdio.h> · int main() · { · char str[8]; · printf("Enter a String: "); · scanf("%s", &str); · printf("%s", str); · }.
確定! 回上一頁