Copying Strings using strcpy Function





This video explains the strcpy function in c along with its syntax and an example. You will learn how you can copy  string value using strcpy function and print it. You will also learn about why we cant use assignment operators to copy the strings also.