Gast
#6134139
Hallo Zusammen,
ich bin ein blutiger Anfänger in c und brauche bitte eure Unterstützung.
Kann jemand mir bitte sagen warum ich bei diesem Code:
#include<stdio.h>
int main()
{
float output_voltage;
printf("give a voltage value:");
scanf("f", &output_voltage);
printf("the result is %f\n", output_voltage);
}
wenn ich z.B output_voltage einen Wert = 4 gebe, 0.000000 als Ergebnis
bekomme?
Danke