Answer:
false
Step-by-step explanation:
string literal cannot be be assigned to a fixed length char array. however, it can be assigned using a char* e.g:
char* word =(char*) "CCA\0";
8.6m questions
11.3m answers