#include void main () { void alljaczer(int, float, float, float []); float x[4]; alljaczer(3,-0.5,-0.5,x); printf("Delivers:\n %13.6e %13.6e %13.6e\n",x[1],x[2],x[3]); }