Browsing category

Find elements

C++ program: Find the frequency of each character in the string

C++ program: Find the frequency of each character in the string In this article, we will discuss the concept of the C++ program: Find the frequency of each character in the string In this post, we are going to learn how to  find the frequency of  the each character of the string in C++ programming language…

C program: Find the frequency of each character in the string

C program: Find the frequency of each character in the string In this article, we will discuss the concept of the C program: Find the frequency of each character in the given  string In this post, we are going to learn how to  find the frequency of  the each character of the given string in C…

Java program: Find the frequency of each character in the string

Java program: Find the frequency of each character in the string In this article, we will discuss the concept of the Java program: find the frequency of each character in the given string In this post, we are going to learn how to  find the frequency of  the each character of the given string in Java…

Program to Check whether an Alphabet is vowel or consonant in C++

Program to Check whether an Alphabet is a vowel or consonant in C++ In this article, we will discuss the concept of Program to Check whether an Alphabet is a vowel or consonant in C++ programming language In this post, we are going to learn how to find whether the given alphabet is vowel or…

C++ program to reverse a number using loops

C++ program to reverse a number using loops In this article, we will discuss the concept of the C++ program to reverse a number using loops In this post, we are going to learn how to find reverse number of the given number in C++ programming language Cpp code to reverse a number using for…

Java program to reverse a number using loops

Java program to reverse a number using loops In this article, we will discuss the concept of the Java program to reverse a number using loops. In this post, we are going to learn how to find reverse number of the given number in Java programming language Java code to reverse a number using for…

Factorial program using the pointer in C++ language

Factorial program  using the pointer in C++ language In this tutorial, we will discuss the concept of Factorial program  using the pointer in C++ language In this post, we will learn how to calculate factorial of a number using the pointer in C++ language and go through the given C++ example to calculate the factorial…

Factorial calculation of a number using the pointer in C

Factorial calculation of a number using the pointer in C In this tutorial, we will discuss the concept of Factorial calculation of a number  using the pointer in C programming language In this post, we will learn how to calculate factorial of a number using the pointer in C language and go through the given…

C++ program to find the odd or even number using switch statements

C++ program to find the odd or even number using switch statements In this tutorial, we will discuss the concept of the C++ program to find an odd or even number using switch statements. In this post, we are going to learn how to find odd or even number using switch statements in C++  programming…