Thanks, but I tried to init den as following, and I changed the arguments type of const_str1 & const_str2 to const char*

const char* dent[] = {const_str1, const_str2};

the compiler reports (sorry not to give the compiler type, it is cc in HP Unix server):
cc: error 1521: Incorrect initialization.