Consider a grammar with the following productions:
```
s --> aab | bac | ab
s --> as
s --> abb | ab | sa
a --> bdb
```
The above grammar is:
a) Context-Free
b) Regular
c) Context-Sensitive
d) Type 0 Sensitive