64.5k views
5 votes
The function that accepts pointers to two C-strings and an integer argument that indicates how many characters to copy from the second string to the first isa) strcpy. b) strncpy. c) copystring. d) strintcpy. e) None of these

User Dgrogan
by
8.0k points

1 Answer

6 votes

Answer:

The function that accepts pointers to two C-strings and an integer argument that indicates how many characters to copy from the second string to the first is strncpy.

Step-by-step explanation:

User Jesse Hallett
by
8.5k points