Q:

The distinction between top-level and low-level matters when we copy an object. When we copy an object, top-level consts are ignored

0

The distinction between top-level and low-level matters when we copy an object. When we copy an object, top-level consts are ignored.

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

i = ci; // ok: copying the value of ci; top-level const in ci is ignored
p2 = p3; // ok: pointed-to type matches; top-level const in p3 is ignored

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now