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 meter to feet | C program

#include<stdio.h>
int main()
{
    float me,fe;
    printf("Enter value in meter : ");
    scanf("%f",&me);
    fe = 3.2808399 * me;
    printf("Meter converted into feets: %f",fe);
    return 0; 
}

 Bhuvan Arora

No comments:

Amazing Deal !