Write a regular expression to describe each of the following programming language constructs:
(a) Any sequence of tabs and white spaces
(b) Comments in a language the students are familiar with (For Ex. C programming language ).
(c) Algebraic expressions involving addition, subtraction, multiplication and division, for an alphabet Σ = {+,-,×,÷,id }. Here id stands for an identifier.