Saturday 31 August 2013

STRING MANIPULATIONS IN C | C Programming Language Tutorial pdf



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

 

C Programming Language Interview Questions and Answers Tutorial for beginners. Copyright 2013 All Rights Reserved