void function1() { float x, y, z; function2(&x); } void function2(float *point) { point[2]= 5; }