Posts by Lakshya Narain
Author Biographical Info: Not available
In this tutorial, you would understand what is std::exchange and how is it used in C++. The purpose of std::exchange is that it returns the old value of the particular variable and.... Read More
In this tutorial, we will learn how to count occurrences of a specific word in a given sentence in C++. We are given a sentence containing the word we are to find, and we are suppo.... Read More