Computer Science, asked by pulkitchandramohan, 4 months ago

It is used for reading string variables.​

Answers

Answered by rameshchander668
1

Answer:

full sentence likho

tabhi answer milega

Answered by Haribalabrainly
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