Character array is used to store group of characters called
Answers
Answered by
4
Answer:
String is a sequence of characters that are treated as a single data item and terminated by a null character '\0'. Remember that the C language does not support strings as a data type. A string is actually a one-dimensional array of characters in C language. These are often used to create meaningful and readable programs.
If you don't know what an array in C means, you can check the C Array tutorial to know about Array in the C language. Before proceeding further, check the following articles:
C Function Calls
C Variables
C Datatypes
C Syntax Rules
Answered by
1
Answer:
refer to this image hope it will help you
Attachments:
Similar questions