Question: Which is NOT true about lambda statements?
- A statement lambda cannot return a value.
- If a statement lambda has a return value, it has to use a return statement.
- A statement lambda requires using curly braces.
- A statement lambda can have more than one statement.
Answer: The correct answer of the above question is Option A:A statement lambda cannot return a value.