Posts by Ayush Tripathi

Author Biographical Info: Not available

Create array of strings in C++

By Ayush Tripathi

Hello, Guys in this tutorial we learn how to create an array of strings in C++. First, we need to understand what is an array. An array is a collection of data elements. These data.... Read More

Check if a string starts with a specific substring in C++

By Ayush Tripathi

Hello, guys in this tutorial, we will learn how to check if a string starts with specific substring in C++. In input, we have two strings let say, s1 and s2. We will check if s1 st.... Read More

Related Posts