Posts by Leod • 1 point
1 post
-
-1
votes4
answers158
viewsA: printf function is not running after scanf method
First, it transforms all variables into float and puts a & in the scanf (When you see pointers you will understand why this) Your scanf will stay like this: scanf("%f", &radius); That’s all…