Here are two ways to write a \'string\' into an array:
char name1[4]; name1[0] = \'D\'; name1[1] = \'a\'; name1[2] = \'n\';
char name