C Programming - Library Functions - Discussion

Discussion Forum : Library Functions - Yes / No Questions (Q.No. 4)
4.
The prototypes of all standard library string functions are declared in the file string.h.
Yes
No
Answer: Option
Explanation:
string.h is the header in the C standard library for the C programming language which contains macro definitions, constants, and declarations of functions and types used not only for string handling but also various memory handling functions.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.