Solved

A Lambda Expression Is

Question 26

Multiple Choice

A lambda expression is


A) an expression whose value can only be assigned to a local variable.
B) used by the C++ compiler to check the types of other expressions.
C) a class derived from a function object.
D) an object of a class whose only member is the function call operator.
E) None of the above

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions