---
title: "How to create structure in C  ?"  
description: "How to create structure in C  ?"  
author: "Jayden Bell"  
published: 2013-06-17  
updated: 2013-06-17  
canonical: https://www.mindstick.com/forum/1188/how-to-create-structure-in-c  
category: "visual c++"  
tags: ["visual c++"]  
reading_time: 1 minute  

---

# How to create structure in C  ?

How to create [structure in C](https://answers.mindstick.com/qa/104677/what-is-a-structure-in-c)++?

## Replies

### Reply by Anonymous User

Try this:\

```
Struct type-name{//public function and data membersprivate://private function and data members} object-list;
```


---

Original Source: https://www.mindstick.com/forum/1188/how-to-create-structure-in-c

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
