IX.1: Do array subscripts always start with zero?
IX.2: Is it valid to address one element beyond the end of an array?
IX.3: Why worry about the addresses of the elements beyond the end of an array?
IX.4: Can the sizeof operator be used to tell the size of an array passed to a function?
IX.5: Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
IX.6: Can you assign a different address to an array tag?
IX.7: What is the difference between array_name and &array_name?
IX.8: Why can't constant values be used to define an array's initial size?
IX.9: What is the difference between a string and an array?
No comments:
Post a Comment