Question: Which is NOT true about lambda statements?

  1. A statement lambda cannot return a value.
  2. If a statement lambda has a return value, it has to use a return statement.
  3. A statement lambda requires using curly braces.
  4. 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.