Computer Science, asked by Anonymous, 3 months ago

explain the relationship between pointers and strings with suitable programming examples

Answers

Answered by thakurvaishnavi689
0

Answer:

A pointer contains an address . That address can come from anywhere. A string is a NUL-terminated array of characters.

Answered by Anonymous
0

Answer:

Answer:

A pointer contains an address . That address can come from anywhere. A string is a NUL-terminated array of characters.

Similar questions