Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Misc
8.8K+ articles
C++
4.3K+ articles
C Language
1.8K+ articles
Searching
1.7K+ articles
Computer Subject
1.1K+ articles
cpp-vector
375+ articles
CPP-Library
254+ articles
cpp-array
173+ articles
CPP Array and String
8 posts
Recent Articles
Popular Articles
Array Type Manipulation in C++
Last Updated: 28 May 2017
This article demonstrates some of the inbuilt functions that can be used to query and manipulate array types, even a multidimensional array. These functions can be useful ...
read more
C Language
C++
CPP-Library
cpp-array
CPP Array and String
Longest Palindromic Substring using Palindromic Tree | Set 3
Last Updated: 28 November 2023
Given a string, find the longest substring which is a palindrome. For example, if the given string is “forgeeksskeegfor”, the output should be “geeksskeeg”.Prerequisite : ...
read more
Misc
Searching
Computer Subject
DSA
Arrays
Trees
palindrome
CPP Array and String
Arrays
Find the longest Substring of a given String S
Last Updated: 10 February 2023
Given a string S of length, N. Find the maximum length of any substring of S such that, the bitwise OR of all the characters of the substring is equal to the bitwise OR of...
read more
Strings
DSA
CPP Array and String
Array of Strings in C++
Last Updated: 26 February 2025
In C++, a string is sequence of characters that is used to store textual information. Internally, it is implemented as a dynamic array of characters. Array of strings is t...
read more
C++
cpp-string
cpp-array
cpp-vector
CPP Array and String
How to Sort an Array of Strings Using Pointers in C++?
Last Updated: 01 February 2024
In C++, sorting an array of strings using pointers is quite different from normal sorting because here the manipulation of pointers is done directly, and then according to...
read more
C++ Programs
C++
Picked
cpp-string
cpp-array
CPP Array and String
CPP Examples
How to Resize an Array of Strings in C++?
Last Updated: 01 February 2024
In C++, the array of strings is useful for storing many strings in the same container. Sometimes, we need to change the size of this array. In this article, we will look a...
read more
C++ Programs
C++
Picked
cpp-string
cpp-array
CPP Array and String
CPP Examples
Difference Between Array of Characters and std::string in C++
Last Updated: 01 February 2024
In C++, we have character array and std::string class both of which are used to store the sequence of characters. The character arrays are a part of C-style programming on...
read more
C++ Programs
C++
Picked
cpp-string
cpp-array
CPP Array and String
CPP Examples
How to Find the Length of a Substring in a char Array?
Last Updated: 01 March 2024
In C++, a substring is a string inside another string that is the contiguous part of the string. In this article, we will learn how to find the length of a substring in a ...
read more
C++ Programs
C++
Picked
cpp-array
CPP Array and String
substring
CPP Examples
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !