0 votes
in C Plus Plus by
What is the difference between Strings and Arrays in C Language?

1 Answer

0 votes
by
String is a sequence of characters ending with NULL .it can be treated as a one dimensional

array

of characters terminated by a NULL character.
...