The syntax of fputs() function is: Syntax: int fputc(const char *str, FILE *fp); This function is used to print a string to the file. It accepts …
確定! 回上一頁