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
|
* -> [] &
|
Tabel Keyword Pada Bahasa C:
auto
|
double
|
int
|
switch
|
break
|
else
|
long
|
typedef
|
case
|
enum
|
register
|
unio
|
char
|
extern
|
return
|
unsigned
|
const
|
float
|
short
|
void
|
continue
|
for
|
signed
|
volatile
|
default
|
goto
|
sizeof
|
while
|
do
|
if
|
static
|
struct
|
0 komentar:
Posting Komentar