Come posso usare gli string e non gli integer nel case?

Es. non funzionante! :-)

char a[4];
switch (a) {
case "ciao"
case "oaic"
}