mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-09-09 14:20:40 +02:00
[c] Fix operator precedence: it should be unary minus instead equal (#5287)
This commit is contained in:
2
de/c.md
2
de/c.md
@@ -745,7 +745,7 @@ typedef void (*my_fnp_type)(char *);
|
||||
// Operatoren | Assoziativität //
|
||||
//-------------------------------------------------------//
|
||||
// () [] -> . | linksassoziativ //
|
||||
// ! ~ ++ -- + = *(type)sizeof | rechtsassoziativ //
|
||||
// ! ~ ++ -- + - *(type)sizeof | rechtsassoziativ //
|
||||
// * / % | linksassoziativ //
|
||||
// + - | linksassoziativ //
|
||||
// << >> | linksassoziativ //
|
||||
|
Reference in New Issue
Block a user