Tag Archives: Cpp language
- Home
- Posts Tagged "Cpp language" (Page 5)
- On
- By
- 0 Comment
- Categories: for loop, Loop, star pattern
C++ code to print Rhombus and Hollow Rhombus star pattern using for loop
C++ code to print Rhombus and Hollow Rhombus star pattern using for loop In this article, we will discuss the concept of C++ code to print Rhombus and Hollow Rhombus star pattern using for loop In this post, we are going to learn how to write a program to print rhombus and Hollow rhombus star…
Read More- On
- By
- 0 Comment
- Categories: addition, Calculations
C++ code to Add two integer using without + operator
C++ code to Add two integer using without + operator In this article, we will discuss the concept of the C++ code to Add two integer using without + operator In this post, we are going to learn how to write a program to find the sum of two numbers using without plus operator in C++…
Read More- On
- By
- 0 Comment
- Categories: addition, Calculations
C++ code to sum of two integer using Bitwise operator
C++ code to sum of two integer using Bitwise operator In this article, we will discuss the concept of the C++ code to sum of 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…
Read More- On
- By
- 0 Comment
- Categories: Calculations, subtraction
C++ code to subtract two integer using Bitwise operator
C++ code to subtract two integer using Bitwise operator In this article, we will discuss the concept of the C++ code to subtract two integer using Bitwise operator In this post, we are going to learn how to write a program to find the subtraction of two numbers using Bitwise operator in C++ programming language…
Read More- On
- By
- 0 Comment
- Categories: pointer, subtraction
C++ Example to subtract two integer using pointer
C++ Example to subtract two integer using pointer In this article, we will discuss the concept of the C++ Example to subtract two integer using pointer in C++ programming language In this post, we are going to learn how to write a program to find the subtraction of two numbers using pointer in C++ programming language…
Read More- On
- By
- 0 Comment
- Categories: Calculations, subtraction
C++ Example to subtract two integer without using minus operator
C++ Example to subtract two integer without using minus operator In this article, we will discuss the concept of the C++ Example to subtract two integer without using minus operator In this post, we are going to learn how to write a program to find the subtraction of two numbers using with out using minus operator…
Read More- On
- By
- 0 Comment
- Categories: Calculations, multiply
Program in c++ to multiply two floating-point numbers using function
Program in c++ to multiply two floating-point numbers using function In this tutorial, we will discuss the concept of program in c++ to multiply two floating-point numbers using function In this topic, we are going to learn how to multiply two floating-point numbers using the function in C++ language What is multiplication The multiplication is…
Read More- On
- By
- 0 Comment
- Categories: Calculations, multiply
Find product of two floating point numbers in C++
Find product of two floating point numbers in C++ In this tutorial, we will discuss the concept of Find product of two floating point numbers in C++ In this topic, we are going to learn how to multiply two floating-point numbers using the multiplication operator in C++ language What is multiplication The multiplication is a…
Read More- On
- By
- 0 Comment
- Categories: C++ Basic, Calculations
C++ exercise to Divide of two integer numbers
C++ exercise to Divide of two integer numbers In this tutorial, we will discuss the concept of C++ exercise to Divide of two integer numbers In this topic, we are going to learn how to divide two numbers using the division operator in C++ language What is division The division is a method of…
Read More- On
- By
- 0 Comment
- Categories: Calculations, function/method, OOP, Oop Java
Program to Electricity bill calculation using OOP in C++
Program to Electricity bill calculation using OOP in C++ In this tutorial, we will discuss the Program to Electricity bill calculation using OOP in C++ language In this topic, we are going to learn how to calculate the usage of electricity bill using OOP in C++ language We can calculate monthly electric power usage…
Read More