The function strcpy( ) is used to copy string. (True/False) *
Answers
Answered by
12
Answer:
Strcopy()" is a function used to copy strings. The statement is True
Explanation:
The strcpy() is a library function in C which copy a string into another string.
Syntax is: char* strcpy (char* destination, const char* source);
This method has the following parameters:
Destination: "Pointer" to the destination string where the value to be copied.
Source: string which required be copied.
Return Value: The "strcpy() function" returns a "pointer" to the "destination" string, once it copies the source string value into the destination string.
if you like and understand please mark it as brainliest and start following me at GamiGargi for more help.
thank you!!!
Answered by
1
Answer:
true or false
hdhdhdhhd
Similar questions
Math,
4 months ago
English,
4 months ago
Hindi,
8 months ago
Social Sciences,
8 months ago
Geography,
11 months ago