String are the collection of the character and have null at last

Introduction to string & input of string

C program to take an input of the string by scanf() function

Read More →

Take an input of string with space

C program to take an input of the string by gets() function

Read More →

Return string from function

C program to make a function that return the string

Read More →

Copy one string into another in data structure

C program to copy all character of one string into another empty string

Read More →

Length of string data structure

C program to find the number of character or length of given string

Read More →

Concatenate two string in Data structure

C program that concatenate two string

Read More →

string header file

Learn string predefined function

Read More →

strcat() function in string Data structure

C program to concatenate two string using strcat() function

Read More →

Compare two string in Data structure

C program to compare the two string

Read More →

strcmp() function in string Data structure

C program to compare two string using strcmp() function

Read More →

strcpy() function in string data structure

C program to copy one string into another string using strcpy() function

Read More →

strncmp() function in string Data structure

C program to compare n character of string

Read More →

strncpy() function in string data structure

C program to copy one string character into another string upto nth index

Read More →

strrchr() function in String

C program to see the work of strrchr() function

Read More →

strrev() function in string

C program to reverse the given string

Read More →

Palindrome string in Data structure

C program to check given string is palindrome or not

Read More →

Calindrome string in Data strcuture

C program to check given string is calindrome or not

Read More →
String Data structure,Introduction to string & input of string,Take an input of string with space,Return string from function ,Copy one string into another in data structure,Length of string data structure,Concatenate two string in Data structure,string header file ,strcat() function in string Data structure,Compare two string in Data structure,strcmp() function in string Data structure,strcpy() function in string data structure,strncmp() function in string Data structure,strncpy() function in string data structure,strrchr() function in String ,strrev() function in string ,Palindrome string in Data structure,Calindrome string in Data strcuture