Write regular expressions for the following languages:a. The set of strings over alphabet {a, b, c} with at least one a and at least one b.b. The set of strings of 0’s and 1’s whose tenth symbol from the right end is 1.c. The set of strings of 0’s and 1’s with at most on pair of consecutive 1’s.