---
title: "Can you instantiate a struct without using a new operator in C#?"  
description: "Can you instantiate a struct without using a new operator in C#?"  
author: "Amit Singh"  
published: 2011-05-02  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/814/can-you-instantiate-a-struct-without-using-a-new-operator-in-c-sharp  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# Can you instantiate a struct without using a new operator in C#?

Yes, you can instantiate a struct without using a new operator\

## Answers

### Answer by Amit Singh

Yes, you can instantiate a struct without using a new operator\


---

Original Source: https://www.mindstick.com/interview/814/can-you-instantiate-a-struct-without-using-a-new-operator-in-c-sharp

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
