Declare and initialize pointer concisely (i. e. pointer to int)

前端 未结 4 969
陌清茗
陌清茗 2020-11-29 10:29

Given pointers to char, one can do the following:

char *s = \"data\";

As far as I understand, a pointer variable is declared here, memory i

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