<AptiCode/>

Question 463: How is the syntax of a lambda function different from a regular function?

tcs
wipro
infosys
general
aptitude
lambda-functions

Lambda functions are defined using thelambdakeyword, while regular functions are defined using thedefkeyword.