Sunday 29 September 2013

Coding 10 : Operation

In programming, there are some operator that usually used by programmer. There are aritmetic operator, combined operator, relational operator, logic operator, and bitwise operator.
1.Aritmetic operator
Addition : +
Substrubtion : -
Multiplication : *
Division : /
Modulus
2. Combined operator
Make table
3. Relational operator
Make table
4. Logic operator
AND : &&
OR : | |
NOT : !
5. Bitwise operator
Bit friction to right : <>
AND bitwise : &
XOR bitwise : ^
OR bitwise : |
NOT bitwise :-

No comments:

Post a Comment