what is library function in c programming
Answers
Answered by
1
Library functions in C languageare inbuilt functions which are grouped together and placed in a common place called library. ... All C standard library functionsare declared in many header files which are saved as file_name.h. Actually, function declaration, definition for macros are given in all header files.
Similar questions