Computer Science, asked by pr199834, 2 months ago

Explain all string function in c language with syntax ?​

Answers

Answered by monikasharmaa447
1

Answer:

Strings in C: Strings are defined as an array of characters. The difference between a character array and a string is the string is terminated with a special character '\0'. It will append copy of the source string in the destination string. ... cstring is the header file required for string functions.

Similar questions