From 350c28c2255746a9ae598ab89c592227939c6920 Mon Sep 17 00:00:00 2001 From: yashhacker69 <72225230+yashhacker69@users.noreply.github.com> Date: Sun, 4 Oct 2020 15:54:49 +0530 Subject: [PATCH] Create list of library functions in c add some ibrary functions in c --- list of library functions in c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 list of library functions in c 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.