Different behaviors of the compilers

前端 未结 0 873
臣服心动
臣服心动 2021-01-30 11:38

I’m curious why this causes the two compilers to produce different results

unsigned char* p = (unsigned char*)((char*)0-1);
int len = 4;
printf("%p\\n",         


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