The language, $L$ that is generated over $\Sigma=\{0,1\}$ for regular expression $L(r)=(0+10)^{*} 1(1+10)^{*}$
(A) Any string whose number of 1 's length is greater than or equal to 3 .
(B) Any string that has no substring 110 .
(C) Any string that has no substring 00 after first 11 .
(D) Any string that has only one occurrence of substring 010 .