Assignimg C++ pointers

后端 未结 0 477
情歌与酒
情歌与酒 2020-12-25 14:35

I am new to C++ and just started learning pointers. If I write the code -

    const int n = 4;
    int m = 4;
    const int *p = &n;

I un

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