define library function
Answers
Answered by
0
Answer:A library function is accessed by simply writing the function name, followed by a list of arguments, which represent the information being passed to the function
Answered by
0
Explanation:
Library functions in C language are inbuilt functions which are grouped together and placed in a common place called library. Each library function in C performs specific operation. We can make use of these library functions to get the pre-defined output instead of writing our own code to get those outputs.
hope it helps..................
Similar questions