What are the differences between string and array?
1)String comprises of just one value but array has more than one separate values. 2)String only works with characters while you can have numeric arrays. 3) String is in a way also known as a character array though it is not exactly. 4) You have inbuilt functions which can be performed on a string though #include