Which of the following statements is FALSE ? a) One common use of an array of pointers is with strings b) An array is a
Posted: Tue Jul 12, 2022 8:17 am
Which of the following statements is FALSE ?
a) One common use of an array of pointers is with strings
b) An array is a collection data storage locations that havevarious data types and are referred to by the same name
c) Any string must have space allocated for it, whether atcompilation in a declaration or at runtime with malloc () or arelated memory allocation function
d) A string is a sequence of characters stored in memory
a) One common use of an array of pointers is with strings
b) An array is a collection data storage locations that havevarious data types and are referred to by the same name
c) Any string must have space allocated for it, whether atcompilation in a declaration or at runtime with malloc () or arelated memory allocation function
d) A string is a sequence of characters stored in memory