L1={ambmc anbn | m,n≥0}
L2={ai bj ck | i,j,k≥0}
L = L1∩L2
L1 is CFL. L2 is regular. First use closure property to get a estimate.
L=L1∩L2=CFL∩Reg=CFL
However,since one of the opetion (b) is regular is stronger than CFL answer obtained by closure property, we need to find the actual intersection.Any string belonging to both must have equal number of a's & b's followed by a single followed by no a's or b's; which is the only string allowed by both L1 and L2.
i.e. L=L1 ∩L2 ={ambmc}
Now this is clearly context free, but not regular