[C++] const and char*
const and char*
NOTICE:
char *str = "hello"; the value of str is the address of the first letter (h) of string ;
const and char*
NOTICE:
char *str = "hello"; the value of str is the address of the first letter (h) of string ;