C Program to Multiply two Floating Point Numbers

In this program, the user is asked to enter two numbers (floating point numbers). Then, the product of those two numbers is stored in a variable and displayed on the screen.

C Program to Multiply two Floating Point Numbers

 

Program to Multiply Two Numbers