Program to copy one string to another string with and without using string handling function
Codes: With string handling functions: 1.Outputs: string s1: Elon Musk string s2: Elon Musk 2.Without string handling functions: https://gist.github.com/programmingfaster0226/251a632a619c156d0835e12e540dfea2 2.Outputs: Enter string s1: Nepal string s2: Nepal