String Or Character Array In C Language
Introduction:- “A string in an array of character.” Any group of characters (except double quotes) enclosed between double quotes is called a string constant. A string is a one-dimensional array of characters terminated by null ( \0). For e.g. char s[10] = {‘s’,’h’,’i’,’v’,’a’,’m’,’\0’}; Each character in the array occupies one byte of memory and the…
String Or Character Array In C Language was originally published on HitBrother








