Relationship between Pointers and Arrays

(or address of) a character. A String is simply defined as an array of characters and s is the address of the first character (byte) of the string. We recall that in Java, a String is an object that inherits many methods. [A complete description of Java strings can be found in its API]. But in C, a string is just an array of characters that does ................
................