#include <stdio.h>#include <math.h> int main() { int n = 10; printf("%f\n", log10(n)); return 0; }
1.000000
Previous Question Next Question
Your comments will be displayed only after manual approval.