Posts by Shubham Baniya

Author Biographical Info: Not available

Why destructor does not take parameters in C++

By Shubham Baniya

Hello Folks! Welcome to this tutorial. In this tutorial, we are going to discuss Why destructor does not take parameters in C++. Many of you are having this question in your mind, .... Read More

Count the number of null elements in an array in C++

By Shubham Baniya

In this tutorial, we will learn how to count the null elements in the string array in C++. There is no predefined string data type in C because of which in order to create a string.... Read More

Check version of installed Python from cmd in Windows

By Shubham Baniya

Hello & welcome to this tutorial!!! This tutorial will help you to find out which version of Python is installed on your Windows OS computer using cmd (Command Prompt). Steps f.... Read More

Tuple in C++

By Shubham Baniya

Hello Folks!!! Welcome to this C++ tutorial where you are going to learn about an interesting topic of C++ which is Tuple. So let’s dove into the tutorial… If you are f.... Read More

Implement Dictionary using Multimap in C++

By Shubham Baniya

Hello Folks!!! Welcome to this tutorial in which you are going to learn how to implement a Dictionary using multimap in C++. Dictionary is a built-in data type in Python that store.... Read More

Reverse first ‘K’ items in a Queue in C++

By Shubham Baniya

Welcome to this tutorial where you are going to learn “How to reverse first ‘K’ items in a Queue in C++”. So without wasting any time let’s begin this.... Read More

Pangram checking in C++

By Shubham Baniya

Hello and welcome to this tutorial, folks!!!. In this tutorial, we will discuss the approach for checking whether a string is a pangram or not in C++ programming. So let’s be.... Read More

merge() function in C++ Standard Template Library (STL)

By Shubham Baniya

Hello Folks!!! Welcome to this tutorial. In this tutorial, you will be learning about the merge() function in C++ STL and how you can use it in your program. So let’s begin&.... Read More

Related Posts