1.a pointer to the memory where String resides and its capacity
2.a pointer to the memory where String resides, a length, and a capacity
3.a string value and its length
4.a string value, a length, and a capacity
Answer:2