Posts by Kanwaljeet Singh

Author Biographical Info: Not available

Program to use a Basic Calculator using Switch Case in C++

By Kanwaljeet Singh

Numbers are a very important part of the world and its functioning. Each measurement needs numerical value and calculation of anything is vital for exact functioning. This article .... Read More

Program to display Fibonacci Series using C++

By Kanwaljeet Singh

Mathematics has a lot of wonders in it. There are many equations and series which can define the various phenomena of nature. There are many equations that are beautiful when graph.... Read More

Program to reverse a Two Dimensional Array using C++

By Kanwaljeet Singh

In this tutorial, we will focus on how to reverse a 2D array in C++. Matrix is an inevitable part of mathematics. It is used in many statistical as well data storage systems. Simpl.... Read More

Program to fetch a particular line from a text file using C++

By Kanwaljeet Singh

We all use text files a lot and it’s also very important for us in day to day life. Nowadays, we have many applications which help in searching particular words or contents f.... Read More

How to make a folder using C++?

By Kanwaljeet Singh

Folders are very crucial for managing and arranging our data and files. It makes searching data when needed very easy and prevents the hassle when you need your files. Also, not al.... Read More