Libraries and headers in c | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Libraries and headers in c

What are all headers and libraries in? What they do? Can u write all you know

13th Jun 2019, 7:22 AM
#멜젠
#멜젠 - avatar
2 Answers
+ 8
Library refers to files like DLL which are linked during the runtime of the progam. Header files contains functions,classes or objects also called as API which can be used in the program. Generally header file content the declaration and macros only,they may be .h or .c extension. https://en.cppreference.com/w/c/header
13th Jun 2019, 7:23 AM
Abhivarshini Maddala
Abhivarshini Maddala - avatar
0
Thanks Abhi Varshini
13th Jun 2019, 8:26 AM
#멜젠
#멜젠 - avatar