mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-29 12:10:22 +02:00
Fix typo cpp 104 index (#4520)
This commit is contained in:
@@ -85,7 +85,7 @@ int& numRef = num;
|
|||||||
User-defined data types are types that are defined by the programmer, such as structures, classes, and unions.
|
User-defined data types are types that are defined by the programmer, such as structures, classes, and unions.
|
||||||
|
|
||||||
## Structures (struct)
|
## Structures (struct)
|
||||||
Structures are used to store different data tyes under a single variable and accessibility of member variables and methods are public.
|
Structures are used to store different data types under a single variable and accessibility of member variables and methods are public.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
```cpp
|
```cpp
|
||||||
|
Reference in New Issue
Block a user