Код: Выделить всё
float b; printf("give us the float nummber \n"); scanf("%f",&b); printf("the value of the float is %f\n",b); Источник: https://stackoverflow.com/questions/781 ... oma-canges
Код: Выделить всё
float b; printf("give us the float nummber \n"); scanf("%f",&b); printf("the value of the float is %f\n",b);