Level 45
Level 47
19 words 0 ignored
Ready to learn
Ready to review
Ignore words
Check the boxes below to ignore/unignore words, then click save at the bottom. Ignored words will never appear in any learning session.
Ignore?
sizeof()
Returns the size of a variable.
&
Returns the address of a variable.
*
Pointer to a variable.
? :
Conditional Expression.
Postfix
() [] -> . ++ - -
Unary
+ - ! ~ ++ - - (type)* & sizeof
Multiplicative
* / %
Additive
+ -
Shift
<< >>
Relational
< <= > >=
Equality
== !=
&
Bitwise AND
^
Bitwise XOR
|
Bitwise OR
&&
Logical AND
||
Logical OR
?:
Conditional
Assignment
= += -= *= /= %=>>= <<= &= ^= |=
,
Comma