How does strict aliasing work in C regarding buffers?

后端 未结 0 1381
旧时难觅i
旧时难觅i 2020-12-19 19:29

in C you do

int *a = malloc(sizeof(int) * 10);

So in the standard, how is it specified? Like what determines the type of the object?

I

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