Computer Science, asked by aslamyasmeen494, 4 days ago

mention any four string.h function​

Answers

Answered by nabajitd58612
0

Answer:

strlen(),strcpy(),strncpy(),strcat(),strncat()

Answered by samarthkrv
1

Answer:

Function Use

strlen calculates the length of string

strcat Appends one string at the end of another

strncat Appends first n characters of a string at the end of another

strcpy Copies a string into another

Explanation:

Similar questions