Home » C Programming » Floating Point Issues

Which statement will you add in the following program to work it correctly? #include<stdio.h> int main() { printf("%f\n", log(36.0)); return 0; }

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!