What are Strings?

String is defined as an array of characters in C. Last character of the string is a Null character (‘\0’) which specifies the end of string and has a decimal value 0.
Eg: char name [7] = {‘s’,’a’,’c’,’h’,’i’,’n’,’\0’};

More Questions

Leave a Reply

Word Verfication * Time limit is exhausted. Please reload CAPTCHA.