Login
Remember
Register
Ask a Question
What is the difference between Strings and Arrays in C Language?
0
votes
asked
Mar 12, 2020
in
C Plus Plus
by
rahuljain1
What is the difference between Strings and Arrays in C Language?
#c-language-string-vs-array
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 15, 2020
by
SakshiSharma
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.
...