It's a simple code (I'm practicing pointers)
It is not printing the result, the program closes ... why? ;;;
#include <stdio.h>
#include <math.h>
#define PI 3.1416
void calc_esfera(float R, float *area, float *volume);
int main(){...
asked by
27.07.2018 / 14:00