What is the difference between char a[] = "string"; and char *p = "string"; ?
we can not access a++ or a-- on array but we can do that in pointers array, address is constanct for that string, pointer is not like that