Can I make a funtion that is a character array? What is the proper syntax?

I tried this but it didn't work.

Code:
char Foo[50]  ();

//Int Main was here with all sorts of stuff.

char Foo ()
{
RETURN "HELLO WORLD";
}