Computer Science, asked by trishabh6773, 10 months ago

12. what is the function of fputs()?

Answers

Answered by rakzhana01
0

Answer:

fputs is a function in C programming language that writes an array of characters to a given file stream. fputs stands for file put string. It is included in the C standard library header file stdio.

Similar questions