Explanation: lambda definition does not include a return statement. it always contains an expression which is returned. also note that we can put a lambda definition anywhere a function is expected. we don’t have to assign it to a variable at all.
Q. Does Lambda contains return statements?
β
Correct Answer: (B)
false
Explanation by: Mr. Dubey
lambda definition does not include a return statement. it always contains an expression which is returned. also note that we can put a lambda definition anywhere a function is expected. we don’t have to assign it to a variable at all.
Discussion
Question Analytics
842
Total Visits
3 y ago
Published
Mr. Dubey
Publisher
95%
Success Rate