Passing char arrays to a function - best practice

char duh[] = "string";
sendMsg((const) duh);