Posts by Rohit Nandan Dubey
Author Biographical Info: Not available
In this C++ tutorial, we are going to discuss some methods to check that given number is prime or composite. Firstly we will learn what is a prime number? What is Prime number A pr.... Read More
In this tutorial, we are going to learn the basic and efficient code of the given problem that is Find count of multiples of 3 or 5 in the given range in C++. Initially, we will kn.... Read More
In this C++ tutorial, we are going to discuss the maximum subarray sum of a given array. Firstly we will learn what is subarray? What is Subarray in C++ A subarray is a contiguous .... Read More