Tabel Operator Padah Bahasa C:
Jenis Operator
|
Operator
|
Aritmatika
|
+ - & / %
|
Logical
|
& | ^ ! ~ &&
true false ||
|
Increment dan Decrement
|
++ --
|
Relational
|
== != < > <=
>=
|
Assignment
|
= += -= *= /= %= &= |=
^= <<= >>=
|
Indexing
|
[]
|
Cast
|
()
|
Conditional
|
?:
|
Member Acces
|
.
|
Delegate concatenation and
removal
|
+ -
|
Object creation
|
new(C#)
|
Type Information
|
as is sizeof typeof
|
Overflow exception control
|
checked uchecked
|
Inderection and Address
|
* -> [] &
|