Computer Science, asked by vishnuvcubebb9400, 19 days ago

List and explain the functions used for writi g strings

Answers

Answered by vainikavaini
0

Answer:

string function

# strlen (" name of string ")

# strcpy( dest , source )

# strcmp ( string 1 , string 2 )

# strstr ( str 1 , str 2 )

Explanation:

is the list of string

Similar questions