Serial.print a character array

zhomeslice:
try typecasting it to a char

 Serial.print((char)C);

z

Cast an array to a single char?