Computer Science, asked by triangle9749, 1 year ago

Difference between library and system files in c language

Answers

Answered by choudhary21
0
Difference between Header file and Library. Header Files : The files that tell the compiler how to call some functionality (without knowing how the functionality actually works) are called header files. They contain the function prototypes. They also contain Data types and constants used with the libraries.
Answered by Anushka0408
1
hi
here's your answer

◆_______________________________________◆

● A header file notifies the compiler of certain things (mostly their existence or declarations) so that the compiler can correctly build a single translation unit (such as a single C file).

●A library file is the actual executable code that does the work as specified in that header file. This is linked in by the linker to provide the actual functionality (the definitions rather than just the declarations).


____________

^_^

sam1478: it is almost right answer just a minor misunderstanding you did and that was he is asking for pc files and application files in question
Similar questions