Home » C Programming » Floating Point Issues

What will be the output of the program? #include<stdio.h> #include<math.h> int main() { printf("%f\n", sqrt(36.0)); return 0; }

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!