Is it legal to do something like this:

Code:
char undo[5];

int main {
 
 undo[] = "Undo"; 

}
?