- 
					 An LALR(1) parser for a grammar G can have shift-reduce (S-R) conflicts, if and only, if
- 
                        -  the SLR (1) parser for G has S-R conflicts 
 
-  the LR (1) parser for G has S-R conflicts 
 
-  the LR (0) parser for G has S-R conflicts 
 
- the LALR (1) parser for G has reduce-reduce conflicts
 
-  the SLR (1) parser for G has S-R conflicts 
Correct Option: B
LALR parser is reduced form of CLR or LR(1) parser, LALR parser uses the LR(1) items of CLR parser & of any shift reduce conflicts are there then it is due to LR(1) parser.
 
	