Definition of standard library string functions in c
Answers
Answered by
1
C – Strings and String functions with examples. String is an array of characters. ... We will see how to compare two strings, concatenate strings, copy one string to another & perform various string manipulation operations. We can perform such operations using the pre-defined functions of “string.h” header file.
Similar questions