8. Addition of two Float Number

#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