#include using namespace std; extern "C" float summation(float *,int ); int main() { const int n=10; float *x; int i; x = new float[n]; for (i=0;i