A string is represented as array of characters?
Answers
Answered by
7
Explanation:
A string is actually one dimensional array of characters in C language. there are often used to create meaningful and readable programs.
For example : The string hello world contains 12 characters including '/0' character which is automatically added by the compiler at the end of the string.
Answered by
0
Answer:
A string is represented as array of characters?
Similar questions