Here I\'ve two lines of code
const char * s1 = \"test\"; char s2 [] = \"test\";
Both lines of code have the same behavior, so I cannot see
The only difference between the two that you should care about is this:
Which one is your project already using?