Describe any five string handling functions with examples.
Answers
Answered by
2
Answer:
DON'T FORGET TO GIVE ❤️
String Handling Functions in C
Function Syntax (or) Example
strcat() strcat(string1,string2)
strncat() strncpy(string1string2,4)
strcmp() strcmp(stringstring2)
strncmp() strncmp(string1 ,string2
Similar questions