Strings
String is a sequence of characters that are treated as a single data item and terminated by a null character ‘\0’. C does not support strings as a data type. A string is actually a one-dimensional array of characters in the C language.
Strings in C
By Jaskirat Singh Saggu
● Published At Mar 2022
This blog will cover strings in the C language, the different ways of declaring a string in the C language, and how we can input strings.... Keep reading ..
String Functions
By Jaskirat Singh Saggu
● Published At Mar 2022
This blog will cover the various string functions available in the C programming language, along with examples.
... Keep reading ..
String.h in C/C++
By Jaskirat Singh Saggu
● Published At Mar 2022
This blog will cover what string.h is, what are its components and what all pre-defined functions it offers in C/C++ programming language with examples.
... Keep reading ..
What’s the difference between char s[] and char *s in C
By yuvatimankar
● Published At Jun 2022
This article will discuss the difference between char s[] and char *s in C with the help of some examples.... Keep reading ..
strpbrk() in C
By 19RH1A05H6 Thanvi lahari Pendyala
● Published At Jun 2022
This article introduces you to the string function - strpbrk() in C with a detailed explanation and examples.... Keep reading ..
ispunct() in C
By Shaurya Singhal
● Published At Jun 2022
This article will discuss all the necessary points associated with the ispunct function in C programming. We will further look at a few examples to understand the working of the ispunct function in the C programming language.
... Keep reading ..
strspn() in C
By SAURABH ANAND
● Published At May 2022
This blog covers the concepts of strspn() in C.... Keep reading ..
Top Problems related to Strings
Compress the String
Generate all parenthesis
Longest Common Subsequence
Anagram Pairs
Longest Common Prefix
Convert Given Number To Words
Palindromic Substrings
Longest Substring Without Repeating Characters
Edit Distance
String Transformation
Alien dictionary
Distinct Islands
Excel Column Number
Remove Duplicates From String
Remove Consecutive Duplicates From String
Find K’th Character of Decrypted String
Word Search - ll
Minimum operation needed to convert to the given string
Circular Move
K Most Frequent Words
Decode String