Characters, Strings, and Arrays

Previously I wrote about primitive data types, and I’d like to expand on that by covering strings and arrays. For me, the easiest way to think of a string is as an array of characters; An array is just a collection of items that consist of a specific data type. In general, every character is… Continue reading Characters, Strings, and Arrays