InterviewSolution
Saved Bookmarks
| 1. |
In how many ways we can capture the external variables in the lambda expression?(a) 1(b) 2(c) 3(d) 4This question was posed to me by my school principal while I was bunking the class.The question is from Lambda Expressions topic in portion C++ Advanced of C++ |
|
Answer» The CORRECT ANSWER is (c) 3 |
|