write the name of library function with prototype?
Answers
Answered by
0
Answer:
A function prototype is simply a declaration of a new function that provides its name, input parameters (in parentheses), and type of return value (or void, if there is none). From: Data Acquisition Techniques Using PCs (Second Edition), 2003.Generally, the function prototype is placed after the header file in the program. The scope of the function prototype is considered within the same block as the function call.
Library functions in C language are inbuilt functions which are grouped together and placed in a common place called library.
Similar questions
Math,
1 month ago
Math,
1 month ago
CBSE BOARD XII,
1 month ago
Psychology,
2 months ago
Math,
2 months ago
English,
9 months ago
English,
9 months ago