0
Follow
0
View

c defines string variables

yiqiu1979 注册会员
2023-02-28 08:32

const char * str =" hello";
Since "hello" is a constant string, the compiler requires that the corresponding variable type be const

About the Author

Question Info

Publish Time
2023-02-28 08:32
Update Time
2023-02-28 08:32