the strcpy functions arguments are
Answers
Answered by
3
Answer:
Syntax: char* strcpy (char* destination, const char* source); The strcpy() function is used to copy strings. It copies string pointed to by source into the destination . This function accepts two arguments of type pointer to char or array of characters and returns a pointer to the first string i.e destination
Explanation:
mark as brainliest
Answered by
0
Answer:
janwwjm..........n...
Similar questions