C Language TutorialPopular TutorialsC strcpy() function by C Copy String: strcpy()The strcpy(destination, source) function copies the source string in destination. #include #include int main(){ char ch[20]={‘j’, ‘a’, ‘v’, ‘a’, ‘t’, ‘p’, ‘o’, ‘i’, ‘n’, ‘t’, ‘