// // // Test code to Add all the elements in array #include #include #include #define SIZE 1024 int main(int argc, char *argv[]) { float a[SIZE]; int i,k=0; float sum; for(i=0;i