Latest C++ Aptitude Question SOLUTION: Q. What is the difference between char a[] = “string”; and char *p = “string”;? In the first case 6 bytes are allocated to the variable a which is fixed, where as in the se