True/False
Instead of initially creating a string as an array it is possible to create a string using a pointer.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q34: A pointer access can sometimes (but not
Q35: If we store the address of grade[0]
Q36: Pointers are closely associated with array names.
Q37: int *ptNum = &miles; is _.<br>A)always valid<br>B)never
Q38: Pointers, both as variables and function parameters,
Q40: The address operator in C is _.<br>A)&<br>B)*<br>C)-><br>D)")"
Q41: The _ in the expression *(gPtr +
Q42: The expression *(gPtr + 3) changes the
Q43: By adding numbers to and subtracting numbers
Q44: If gPtr is a pointer that points