Computer Science, asked by monishapandey78, 2 months ago

write the name of library function with prototype?​

Answers

Answered by kripamanoramatoppo
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