10. Multiplication of Two Float Numbers

#include<stdio.h>
#include<conio.h>
void main()
{
float a,b,c;
clrscr();
printf("\nEnter Frist Number");
scanf("%d",&f);
printf("Enter Second Number");
scanf("%d",&f);
c=a*b;
printf("answer is %d",c);
getch();
}

To Download This Source Code Please Click on  Download Link.....!

                       ---DOWNLOAD---
Previous
Next Post »

Disqus Shortname

Comments system