why this doesn't work? 24 Nov 2009 char *ar[10], **ps, *str = "Hello World";ps = ar;**ps = *str; /* segment fault here */