#include<stdio.h> · #include<stdlib.h> · int main() { · char name[64]; · printf("Enter the name of the file to be created: "); · fgets(name, 64, stdin); · FILE fptr = ...
確定! 回上一頁