Does casting actually DO anything?

后端 未结 0 1320
花落未央
花落未央 2021-02-02 05:55

Consider the following snippet:

char x[100];
double *p = &x;

As expected, this yields this warning:

f.c:3:15: warning: initial         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题