0_0_24985828_16945.c: In function 'main':
0_0_24985828_16945.c:10:22: error: 'M_PI' undeclared (first use in this function)
printf("%.3f\n", 4*M_PI*pow(r,3)/3);
^
0_0_24985828_16945.c:10:22: note: each undeclared identifier is reported only once for each function it appears in
|