C Programming - Library Functions - Discussion

Discussion Forum : Library Functions - Yes / No Questions (Q.No. 1)
1.
Is standard library a part of C language?
Yes
No
Answer: Option
Explanation:
The C standard library consists of a set of sections of the ISO C standard which describe a collection of header files and library routines used to implement common operations, such as input/output and string handling, in the C programming language. The C standard library is an interface standard described by a document; it is not an actual library of software routines available for linkage to C programs.
Discussion:
2 comments Page 1 of 1.

Debendra nath tiwary said:   1 decade ago
Subash: this is because the function u might be using in ur programme its declaration is in the header file and function is in the library file

Subhash said:   1 decade ago
If standard Library is not a part of C. Then why "stdlib.h" is included in some cases.

Post your comments here:

Your comments will be displayed after verification.