Write your question here
- Hi While I am studying 'Pointer' part I am stuck again. This is from this website. Once we declare 'const int', we can't modify the pointer's value which in this example is [10,20,30]. But output are 11,21,31.
How can it be like that? Would somebody can explian this? I am sorry to bother you again. but I got headache. Thank you.
Thank you for both of you guys. I am international student in UNLV so I have to figure English and C++ out myself. I have thought about this code again then as you told me I realized number changed due to 'Increment_all' function not because of 'Print_all' function. Thank you again.
I may bother you few more time from now on :)