C Program to Copy one string into other with using library function


Copy One String Into Other Using Library Function

Output :


Explain me ?

  1. Copy “str1” into “str2”.
  2. Result will be stored in “str2”
  3. strcpy functions is included in Header File : string.h

Functions Required :