C Program to demonstrate fgets with output - oodlescoop. ... #include<stdio.h> void main() { char str[100]; printf("Enter a sentence:\n"); fgets(str, 100, ...
確定! 回上一頁