C language
From ScienceZero
Revision as of 19:59, 22 January 2011 by Avi (Talk | contribs) (→Things to remember about the C language if you want to keep sane)
Things to remember about the C language if you want to keep sane
volatile
static
for() direction and signed
switch(var) { case 0: //code break; }
& | ^ ~ >> <<
&& ||
== != > < >= <=
+= -=
- =
/= >>= <<=