Defining Structure in C++

Learn about the basic syntax for defining structures in C++.

Introduction

Structure is a user-defined data type. Therefore, before using structure in a program, we must tell the compiler what our structure will look like.

Defining structure

The basic syntax for defining a structure in C++ is given below:

Get hands-on with 1200+ tech skills courses.