C
Programming and Technical
Programming
Output
is string is different from arrays
Read Solution (Total 6)
-
- No, because string is also a array of characters.
- 9 years agoHelpfull: Yes(0) No(0)
- yes string from arrays
- 9 years agoHelpfull: Yes(0) No(0)
- yes, they are in terms of there size. In array there is no out bound checking where as there is a null value to the end of the string which terminates the string.
- 9 years agoHelpfull: Yes(0) No(0)
- yes both are different because string has only collection of character but array has collection of any same data type like int,float,char etc.
- 9 years agoHelpfull: Yes(0) No(0)
- yes,string allows space but array do not.
- 9 years agoHelpfull: Yes(0) No(0)
- String is like array.. In string we store characters....
- 9 years agoHelpfull: Yes(0) No(0)
C Other Question