Get your own website
main.cpp:9:3: warning: array index 3 is past the end of the array (which contains 3 elements) [-Warray-bounds]
  cars[3] = "Mazda";
  ^