Posts by Ayush Tripathi
Author Biographical Info: Not available
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
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