Updating value Reference variable

后端 未结 0 1075
傲寒
傲寒 2021-01-17 11:13

Can updating the reference variable also updates the orignal variable

    #include
    using namespace std;
    int a = 20;
    int & x =          


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