MCQOPTIONS
 Saved Bookmarks
				| 1. | 
                                    Choose the correct one. | 
                            
| A. | The return value of the lambda (if any) must be explicitly convertible to the delegate's return type | 
| B. | Each input parameter in the lambda must be implicitly convertible to its corresponding delegate parameter. | 
| C. | Lamda expression does not work with LINQ. | 
| D. | None of the above | 
| Answer» C. Lamda expression does not work with LINQ. | |