Posts by Yash Shakya
Author Biographical Info: Electrical Engineering student from Central University of Karnataka
Ready to help :)
29 Feb. My Birth date
Rare but exists..so I am :>
This program is able to find the second highest number in an integer array in C++ by using some suitable conditions. This is a question based on array and it utilizes conditional s.... Read More
This is a C++ program to find the smallest and largest number in a given array. It uses a simple comparison method that is applicable in any program. This method uses two variables.... Read More
This C++ program is able to find which number is not present in the second array from given two arrays by comparing them. This is a question based on array and it utilizes a very b.... Read More
In this tutorial, we are going to work on palindrome check for a given number or string in C++. This is a very frequently asked question in different interviews and written exams t.... Read More
This C++ program is able to count total number of consonants and vowels present in a given string by using loop and conditional statements. This problem is based on the application.... Read More
This C++ program is able to find the second smallest number in an integer array in C++ by using some suitable conditions. This problem is based on the concept of multi dimension a.... Read More
This C++ program is able to calculate the occurrence of a character in a given string. The program involves the application of character array and loop statements. The logic is use.... Read More
In this program, we are going to find the product of given two matrices in C++ with some basic commands and nested loop. This problem is based on the application of array. The logi.... Read More