Browsing category

pointers

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 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…

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…

Pointer in c++ programming language

Pointer in C++ programming language The pointer variable is one of the powerful and useful feature in C++ language. It is one of the most fundamental and important concept in C/C++ language Pointer function is similar to array in C++/C language but it is not an array. There are many diffrences between them. Pointer is…