I want to make an array that contains strings... how do I go about this? For example, in Perl I would type:

@bleh = ("bleh", "blah", "heh", "haha")

That's what I want... an array with strings... but in C. And how do I declare it?