1) Write a C program to concatenate String 'best' and String 'bus'. Hint: strcat(char str1, char str2); 2) Explore the other functions in string library.