Can an array of pointers to strings be used to collect strings from the keyboard? If not, why not?
Answers
Answered by
0
However, pointers only hold an address, they cannot hold all the characters in a character array. This means that when we use a char * to keep track of a string, the character array containing the string must already exist (having been either statically- or dynamically-allocated).
please mark it as brainliest .
please
srinivas1138:
please mark it as brainliest
Similar questions