Multiple Choice
This function accepts pointers to two C-strings and an integer argument, which indicates how many characters to copy from the second C-string to the first.
A) strcpy
B) strncpy
C) copystring
D) strintcpy
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: A library function that can find one
Q7: To determine whether a character is whitespace,
Q8: The isdigit function will return a true
Q9: If a C-string that cannot be converted
Q10: To use the strlen function in a
Q13: Look at the following statement. <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB2965/.jpg"
Q14: If an uppercase character is passed as
Q16: The statement: <br>char var1 = tolower
Q33: Although C++ provides ample library functions to
Q40: The ftoa function converts a floating-point value