0 0 votes Which of the following are present in FIRST(S) ∩ FIRST(F)? S → E E → Ff | Gh F → ef | Gh | ϵ G → Gg | ϵ A) {e, f, g, h} B). {e, f, h, ϵ} C). {e, g, h, ϵ} D). {e, g, h} Compiler Design compiler-design first-and-follow + – ykaran12x 484 views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
0 0 votes FIRST(G) = {g, ϵ}.FIRST(F) = {e, g, h, ϵ}.FIRST(E) = {e, g, h}.FIRST(S) = {e, g, h}FIRST(S) ∩ FIRST(F) = {e, g, h} Rahimun_Shaik answered Sep 23, 2024 Rahimun_Shaik comment Share Follow See 1 comment 1 1 comment reply Vishal_Gupta 1 commented Aug 22, 2025 reply Follow flag I think there is the mistake in the question 0 0 replyShare Please log in or register to add a comment.