1
Answer

What is the difference between

Hi....

Ques : What is the difference between char a[] = "string"; and char *p = "string"; ?

Answers (1)