Posts by Shubham Loya
Author Biographical Info: Not available
Today, in this tutorial, we will get to know how to count the number of different characters between two strings of equal length in C++. The number of different characters in a str.... Read More
Today, in this tutorial, you get to know about Jagged array and how to create one in Java. A jagged array is basically an array of arrays. Jagged array may consist of various rows .... Read More
Today, in this tutorial, we are going to see how we can get the value of the nth ugly number in C++. Ugly numbers are the numbers which haveĀ 2,3 or 5 as their only prime factors .... Read More
Today, in this tutorial, we will get to know how to sort the ugly number present in an array of many numbers and some of which aren’t even ugly numbers, in C++. Ugly numbers .... Read More
Today, in this tutorial, you will get to know how to convert int to char in Java. So you will learn how to convert int to char and see various methods to convert int to char in Jav.... Read More
Today, in this tutorial, we will get to know how to generate a random array with random values in C and C++. So you will learn how to generate a random number and store the corresp.... Read More