Lambda Function Task

Programming Questions

1. Write a program to create a lambda function?

2. Write a program to create a Lambda function to find the Max of three numbers.

3. Write a program to create a Lambda function to calculate the factorial of a number

4. How to access the lambda function?

5. Write a  program to create a lambda  function to create and print a list where the values are squares of numbers between 1 and 20

6. Write a program to create a lambda function to find even numbers?

7.  Write a  program to create a lambda function that adds 15 to a given number passed in as an argument, also create a lambda function that multiplies argument x with argument y and prints the result.

8. Write a program on How to remove a lambda function?

9. Write a program to create a lambda function to find the odd numbers?

10. Write a program to create a lambda function to reverse the list?

Theory Questions

1. What is a Lambda function?

2. What is the Singal argument?

3. What is the lambda built-in method?

4. What is the map? example

5. What is the filter? example

6. What is the reduce? example