C++ Pointers, structures and user define function in a single program

By: Prof. Dr. Fazal Rehman | Last updated: August 7, 2024

Write a C++ program having concept of Pointers and structure in a single program.

Output

Please enter the First Number :

5

Please enter the Second Number :

10

Sum of Two Numbers 5 and 10 = 15