MCQ
Q.
If ?= {0,1}, then ?* will result to:
Correct Answer: A
The star operation brings together any number of strings from the language to get a string in the result. If the language is empty, the star operation can put together 0 strings, resulting only the empty string.