It is used for reading string variables.
Answers
Answered by
1
Answer:
full sentence likho
tabhi answer milega
Answered by
3
The classic Declaration of strings can be done as follow: char string_name[string_length] = "string"; The size of an array must be defined while declaring a C String variable because it is used to calculate how many characters are going to be stored inside the string variable in C.
Similar questions