STRING MANIPULATIONS IN C
=> In C language, an array of characters is known as a string.char st[80];
=> This statement declares a string array with 80 characters.
=> The control character '\0' which represents a null character is placed automatically at the end of any string used.
0 comments:
Post a Comment