MCQOPTIONS
Saved Bookmarks
| 1. |
Choose the correct statements about the LINQ? |
| A. | The main concept behind the linq is query |
| B. | linq make use of for loop to execute the query |
| C. | It is not required that linq should make use of IEnumerable interface |
| D. | None of the mentioned |
| Answer» B. linq make use of for loop to execute the query | |