Browsing category

Find elements

C program to find sum of two numbers without using arithmetic operators

C program to find the sum of two numbers without using arithmetic operators In this tutorial, we will discuss the concept of C program to find the sum of two numbers without using arithmetic operators In this post, we will learn how to make the addition of two number using without arithmetic operator in C…

C++ program to find product of two numbers using pointer

C++ program to find product of two numbers using pointer In this tutorial, we will discuss a concept of  C++ program to find the product of two numbers using the pointer variable In the C++ programming  language, we can use the pointer variable to find the product of two numbers In this article, we are…

C++ program to add two numbers using pointer

C++ program to add two numbers using pointer In this tutorial, we will discuss a concept of  C++ program to add two numbers using pointer In the C++ programming  language, we can use the pointer variable to add two numbers In this article, we are going to learn  how to Display the sum of two…

Python program to compute the sum of digits in a given numbers

Python program to compute the sum of digits in a given numbers In this tutorial, we will discuss a concept of  Python program to compute the sum of digits in a given numbers In this article, we are going to learn  how to find the sum of digits in a given numbers in Python programming…

C++ program to compute the sum of digits in a given numbers

C++ program to compute the sum of digits in a given numbers In this tutorial, we will discuss a concept of  C++ program to compute the sum of digits in a given numbers In C++ programming  language, we can use for loop ,while loop and do-while loop to compute the sum of digits in a…

C program to compute the sum of digits in a given numbers

C program to compute the sum of digits in a given numbers In this tutorial, we will discuss a concept of  C program to compute the sum of digits in a given numbers In C programming  language, we can use for loop ,while loop and do-while loop to compute the sum of digits in a given…

Java program to compute the sum of digits in a given numbers

Java program to compute the sum of digits in a given numbers In this tutorial, we will discuss a concept of  Java program to compute the sum of digits in a given numbers In the Java programming  language, we can use for loop ,while loop and do-while loop to compute the sum of digits in…

Find the product of two numbers using recursion in Java

Find the product of two numbers using recursion in Java In this tutorial, we will discuss the concept of  Find the product of two numbers in Java using recursion In this article, we are going to learn  how to Find the product of two numbers using recursion in the Java programming language Program This program…

Find the product of two numbers using recursion in C++

Find the product of two numbers using recursion in C++ In this tutorial, we will discuss a concept of  Find product of two numbers in C++ using recursion In this article, we are going to learn  how to Find product of two numbers using recursion in the C++  programming language program This program allows the…

Find product of two numbers using recursion in Python

Find product of two numbers using recursion in Python In this tutorial, we will discuss the concept of  Find product of two numbers in Python using recursion In this article, we are going to learn  how to Find product of two numbers using recursion in the Python programming language Program This program allows the entry…