Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions list of library functions in c
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
printf() is output to the screen.
scanf() is read input from the screen.
getchar() is return characters typed on screen.
putchar() is output a single character to the screen.
fopen() is open a file, and.
fclose() is close a file.