Browsing category

addition

C code to sum of two integer using Bitwise operator

C code to sum two integer using Bitwise operator In this article, we will discuss the concept of the C code to sum 0f two integer using Bitwise operator In this post, we are going to learn how to  write a program to find the sum of two numbers using Bitwise operator in C programming language…

Java Example to sum of two integer using Bitwise operator

Java Example to sum of two integer using Bitwise operator In this article, we will discuss the concept of the Java Example to sum of two integers using Bitwise operator. In this post, we are going to learn how to  write a program to find the sum of two numbers using Bitwise operator in Java…

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

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

Java program to add two numbers without using arithmetic operators

Java program to add two numbers without using arithmetic operators In this tutorial, we will discuss the concept of Java program to add two numbers without using arithmetic operators In this post, we will learn how to make the addition of two number using without the arithmetic operator in Java programming language Java program to…

C++ program to add two numbers without using arithmetic operators

C++ program to add two numbers with out using arithmetic operators In this tutorial, we will discuss the concept of C++ program to add two numbers without using arithmetic operators In this post, we will learn how to make the addition of two number using without the arithmetic operator in C++ programming language   Using…

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 add two numbers using pointer

C program to add two numbers using pointer variable In this tutorial, we will discuss a concept of  C program to add two numbers using pointer variable 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…

Python program to Addition subtraction,multiplication ,division

Python program to Addition subtraction, multiplication, division In this tutorial, we will discuss the Python program to Addition subtraction, multiplication, division In this post, we will learn about how to perform addition, subtraction multiplication, division of any two numbers  using if else statements in Python programming The  program will request the user to enter two…

Java code to Addition Subtraction,Multiplication and division

Java code to Addition Subtraction, Multiplication and division In this tutorial, we will discuss Java code to Addition Subtraction, Multiplication and division In this post, we will learn about how to perform addition, subtraction multiplication, division of any two numbers using if statements  in Java programming Java program will request the user to enter two…

C Program to Addition Subtraction,Multiplication and division

C Program to Addition Subtraction, Multiplication and division In this tutorial, we will discuss C Program to Addition Subtraction, Multiplication and division In this post, we will learn about how to perform addition, subtraction multiplication, division of any two numbers  using if else statements in C programming The  program will request the user to enter…