C Program to calculate the product of two numbers :
PROGRAM:
Sample Output: ( using GNU GCC Compiler with Code Blocks IDE )
Enter the first number  : 5
Enter the second number: 5
The product of two numbers is: 25