Strings in c

The way a group of integers can be stored in an integer array, similarly a group of characters can be stored in a character array. Character arrays are many a time also called strings. Many languages internally treat strings as character arrays A string constant is a one-dimensional array of characters terminated by a null … Read more