C Program to add two numbers / Integers using Pointers :
PROGRAM:
Sample Output:( using GNU GCC Compiler with Code Blocks IDE )
Enter two integers to add: 15 10
Sum of the entered numbers is: 25

1 thought on “C Program to add two Numbers / Integers using Pointers”

Comments are closed.