int SIZE=10;
double*fractions=(double*)malloc(sizeof(double)*SIZE);
fractions[5]或*(fractions+5)
fractions[9]=1.599
fractions[6]=3.555;