Q: What is the difference between these initializations?
char a[] = "string literal"; char *p = "string literal";
A: See question 1.32.
Hosted by