dhilst

why this doesn't work?

char *ar[10], **ps, *str = "Hello World";

ps = ar;
**ps = *str; /* segment fault here */