char c *line, line2[20]
int index = 0;
strcpy(line2, "2 and 2 are 4");
c = line2[0];
line1 = (char *)malloc(15*sizeof(char));
while (c != '\0'
{
line1[index] = c; //c drops it's char...