The two grammars given below generate a language over the alphabet {x,y,z}
G1:S→x∣z∣xS∣zS∣yB
B→y∣z∣yB∣zB
G2:S→y∣z∣yS∣zS∣xB
B→y∣yS
Which one of the following choices describes the properties satisfied by the strings in these language ?