---
title: "What does the RETURN statement do?"  
description: "What does the RETURN statement do?"  
author: "Sumit Kesarwani"  
published: 2013-12-29  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/1864/what-does-the-return-statement-do  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# What does the RETURN statement do?

The RETURN statement unconditionally exits a stored procedure without executing any other statements.

## Answers

### Answer by Sumit Kesarwani

The RETURN statement unconditionally exits a stored procedure without executing any other statements.


---

Original Source: https://www.mindstick.com/interview/1864/what-does-the-return-statement-do

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
