Let
L1 = {0n 1n 0m | n >= 1, m >= 1}
L2 = {0n 1m 0m | n >= 1, m >= 1}
L3 = {0n 1n 0n | n >= 1}
Which of the following are correct statements?
A. L3 = L1 ∩ L2
B. L1 and L2 are context free languages but L3 is not a context free language
C. L1 and L2 are not context free languages but L3 is a context free language
D. L1 is a subset of L3
Choose the correct answer from the options given below :