what is importance of array char
Answers
Answered by
0
Char array or array of char is used to print or display the sequence of characters or numbers. With the help of a character array, we can store the variable in a memory to a correspondence memory address.
Answered by
0
Answer:
Character (char) is a primitive data type in C that is used to store a character value. An array is defined as a finite collection of homogeneous data, stored in contiguous memory locations. A string is a sequence of characters treated as a single entity and is terminated by a null character (‘\0’).
Similar questions
Social Sciences,
1 month ago
Math,
1 month ago
Social Sciences,
3 months ago
English,
3 months ago
English,
9 months ago