---
title: "What is a Lambda expression?"  
description: "What is a Lambda expression?"  
author: "Anonymous User"  
published: 2011-07-26  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/1116/what-is-a-lambda-expression  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# What is a Lambda expression?

A Lambda expression is nothing but an Anonymous Function, can contain expressions and statements. Lambda expressions can be used mostly to create delegates or expression tree types. Lambda expression uses lambda operator => and read as 'goes to' operator.\

## Answers

### Answer by Anonymous User

A Lambda expression is nothing but an Anonymous Function, can contain expressions and statements. Lambda expressions can be used mostly to create delegates or expression tree types. Lambda expression uses lambda operator => and read as 'goes to' operator.\


---

Original Source: https://www.mindstick.com/interview/1116/what-is-a-lambda-expression

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
