static storage duration. The storage for the object is allocated when the program begins and deallocated when the program ends. http://en.cppreference.com/w/cpp/language/storage_duration |
char *word = "Hello, world" ;
const char* word = "Hello, world" ;