Home / Questions / What is the difference between Strings and Arrays?
Explanatory Question

What is the difference between Strings and Arrays?

👁 902 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

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.