C Program’s Life Cycle !!
What are C libraries?
p Pre-compiled functions that come
with the C compiler.
p The functions are grouped in
different packages called libraries.
p To use functions included in a
library, include the header file specified for that library in your program.
p Exemples:
#include <math.h>
#include <conio.h>
#include <stdio.h>
1 comments
interesting
EmojiEmoji