1. two quotations not seperate by anything BUT whitespace
char myballs[] {"be""bar"};
char myballs[] {"be"    "balls"};