The Name of a Built-In Array Is Not Modifiable

The expression

b += 3

causes a compilation error, because it attempts to modify the value of the built-in array’s name with pointer arithmetic.


Image Good Programming Practice 8.2

For clarity, use built-in array notation instead of pointer notation when manipulating built-in arrays.


..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.222.156.75