corrected spelling (#30261)
This commit is contained in:
@ -60,7 +60,7 @@ Unions are declared in the same was as structs, but are different because only o
|
|||||||
typedef union{
|
typedef union{
|
||||||
int circle;
|
int circle;
|
||||||
int triangle;
|
int triangle;
|
||||||
int ovel;
|
int oval;
|
||||||
}shape;
|
}shape;
|
||||||
```
|
```
|
||||||
You should use `union` in such case where only one condition will be applied and only one variable will be used.
|
You should use `union` in such case where only one condition will be applied and only one variable will be used.
|
||||||
|
Reference in New Issue
Block a user