#include <stdio.h> · int main() { · /*Declear a string*/ · char line[100]; · printf("Enter a line: "); · /*now you enter the line*/ · scanf("%s", line); · /*display ...
確定! 回上一頁