Multiple choice

Which of the following functions is used to add/append the content of the source string into the content of the target string?

  1. strcpy()

  2. strlen()

  3. strlwr()

  4. strcat()

  5. abs()

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

This function is used to add/append the content of the source string into the content of the target string.