What is the type of string literals in C and C++?

前端 未结 4 1858
感动是毒
感动是毒 2020-11-21 22:47

What is the type of string literal in C? Is it char * or const char * or const char * const?

What about C++?

4条回答
提交回复
热议问题