1.Write a program to find all substrings of a string 2.There is a big string having many spaces between each word.Compress the string so that there is only one space between each word without using other string. 3.There are 2 arrays.We have to merge the arrays by sorting them.