Art, asked by goodvibesonly2111, 8 months ago

The function strcpy( ) is used to copy string. (True/False) *

Answers

Answered by GamiGargi
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 anku78684
1

Answer:

true or false

hdhdhdhhd

Similar questions
Math, 11 months ago