Top

Discussion

The prototypes of all standard library string functions are declared in the file string.h.

  • A.Yes
  • B.No

Answer: A

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.

No comment is present. Be the first to comment.
Loading…

Post your comment