C-Pointer

How to Multiply two numbers using pointers

In this post, we are going to how to Multiply two numbers using pointers with examples. C Program to Multiply two numbers using pointers In this c program, we are asking users to input two numbers and store these numbers in pointer variables, and using these pointers to find mutiplication of two numbers. Output

How to Subtract two numbers using pointers

In this post, we are going to learn how to Subtract two numbers using pointers with examples How to Subtract two numbers using pointers In this c program, we are asking users to input two numbers and store them into pointer variables and using pointer variables to subtract two numbers using pointe. Output