C Program to Concat Two Strings with using Library Function


Concat Two Strings Using Library Function


Explain me ?

  1. Copy “str1” into “str3”.
  2. Then Concat “str2” to “str3” , after concating result will be stored in “str3”
  3. strcat,strcpy functions are included in Header File : string.h

Functions Required :