[Solved] Getting Error while calculation of two float numbers [closed]


Recall &v prints the address of the variable v in memory, we use this in scanf (if you’re a beginner), so change your code to:

    printf("\nDensity of the Box Is %.2f\n\n", den);

0

solved Getting Error while calculation of two float numbers [closed]