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