Given int **p1 and const int**p2 is p1 == p2 well formed?

后端 未结 0 1564
野趣味
野趣味 2021-02-11 15:44

Given the following function:

void g(int **p1, const int**p2)
{
   if (p1 == p2) { }  
}

clang(back to version 3.0) produ

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