File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/c/concepts/operators Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ Misc operators don't fit into a particular category.
153
153
154
154
| Operator | Name | Description |
155
155
| :--------: | :------------------: | ------------------------------------------------------------------------------- |
156
- | ` sizeof() ` | Addition Assignment | ` sizeof(x) ` returns the size of variable ` x ` . |
156
+ | ` sizeof() ` | Sizeof Operator | ` sizeof(x) ` returns the size of variable ` x ` . |
157
157
| ` & ` | Address | ` &x ` returns the address of variable ` x ` . |
158
158
| ` * ` | Pointer | ` *x ` returns a pointer to variable ` x ` . Not to be confused with multiplication. |
159
159
| ` ?: ` | Conditional Operator | ` expression?x:y ` returns ` x ` when ` expression ` is ` true ` , ` y ` otherwise. |
You can’t perform that action at this time.
0 commit comments