C Program to Add Two Numbers using Pointers

In this tutorial, we will write a program to find the sum of numbers using pointers in C program. Before that, you should have knowledge on the following topic in C: C Program to Add Two Numbers using Pointers The program takes the two numbers from the user and finds the sum of those numbers … Read more

C Program to Swap Two Numbers

In this tutorial, we will learn how to swap two numbers in C program. Before that, if you may go through the following topics in C that are used in this program. C Program to Swap Two Numbers using temporary variable The program takes two number inputs from the user that needed to be swapped. … Read more