diff --git a/list of library functions in c b/list of library functions in c new file mode 100644 index 0000000..5e2ffb3 --- /dev/null +++ b/list of library functions in c @@ -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.