Bhuvan InfoTech Android App

Download our Android App and browse Technical News, Projects, Computer Tricks more easily with lots of Interesting Features.

Tuesday, June 14, 2016

Convert feet to meter | C program

#include<stdio.h>
int main()
{
    float m,f;
    printf("Type feet : ");
    scanf("%f",&f);
    m = f / 3.2808399;
    printf("meter: %f",m);
    return 0; 
}
Bhuvan Arora

No comments:

Amazing Deal !