what are library functions write their use with example
Answers
Answered by
1
Answer:
Function System Include File Description
fopen stdio.h Opens the specified file.
fprintf stdio.h Formats and prints characters and values to the output stream.
fputc1 stdio.h Prints a character to the output stream.
fputs1 stdio.h Copies a string to the output stream.
Similar questions