Comment Re:Normally C but... (Score 1) 525
FYI, your C examples are wrong. Arrays aren't pointers (even though they act like them at times). You can not assign b = a.
And the best book for C that everyone should have is "The C Programming Language". http://en.wikipedia.org/wiki/The_C_Programming_Language