Category: C String

Posted in C String

STRNSET() Function – C Program

STRNSET() Function – C Program. STRNSET() Function – The STRNSET() Function used to sets some portion of character of string to given character in C Program.

Continue Reading STRNSET() Function – C Program
Posted in C String

STRSET() Function – C Program

STRSET() Function – C Program. STRSET() Function – The STRSET() Function used to sets all the character of string to given string in C Program.

Continue Reading STRSET() Function – C Program
Posted in C String

STRLWR() Function – C Program

STRLWR() Function – C Program. STRLWR() Function – The STRLWR() Function used to converts given string to lowercase.

Continue Reading STRLWR() Function – C Program
Posted in C String

STRUPR() Function – C Program

STRUPR() Function – C Program. STRUPR() Function – The STRUPR() Function used to converts given string to uppercase.

Continue Reading STRUPR() Function – C Program
Posted in C String

STRREV() Function – C Program

STRREV() Function – C Program. STRREV() Function – Write a C Program to get string from user and display string in reverse order using STRREV() Function.

Continue Reading STRREV() Function – C Program
Posted in C String

STRNCPY() Function – C Program

STRNCPY Function – C Program. STRNCPY() Function – The STRNCPY() function used to copy some portion of contains second string into first string.

Continue Reading STRNCPY() Function – C Program
Posted in C String

STRNCAT() Function – C Program

STRNCAT Function – C Program. STRNCATE() Function : – The STRNCAT used to concatenate some portion of second string at the end of first string.

Continue Reading STRNCAT() Function – C Program
Posted in C String

STRCPY() Function – C Program

STRCPY Function – C Program. STRCPY() Function :- The STRCPY function used to copy contains of one string to another string in c language.

Continue Reading STRCPY() Function – C Program
Posted in C String

STRLEN() Function – C Program

STRLEN() Function – C Program. Write a C Program to calculate length of given string using STRLEN function.

Continue Reading STRLEN() Function – C Program
Posted in C String

Count Word and Character in String – C Program

Count Word and Character in String – C Program. Write a C Program to count number of word and character of given string.

Continue Reading Count Word and Character in String – C Program
Posted in C String

Count Sub String From Given String – C Program

Count Sub String From Given String – C Program. Write a C Program to find how many times sub string from given main string.

Continue Reading Count Sub String From Given String – C Program
Posted in C String

Compare String using STRCMP() – C Program

Compare String using STRCMP – C Program. STRCMP() Function – The STRCMP() Function used to compare two string, either it equal or not.

Continue Reading Compare String using STRCMP() – C Program