MCQOPTIONS
 Saved Bookmarks
				| 1. | 
                                    Choose the correct one | 
                            
| A. | Variables introduced within a lambda expression are not visible in the outer method. | 
| B. | Variables introduced within a lambda expression are visible in the outer method. | 
| C. | The lambda should not contain the same number of parameters as the delegate type. | 
| D. | None of the above | 
| Answer» B. Variables introduced within a lambda expression are visible in the outer method. | |