#include #include #define SIZE 1000000 int main(argc,argv) int argc; char *argv[]; { float A[SIZE],B[SIZE]; float dot; int i; /* just to make sure that the answer is same as fortran code, i+1 is used in case of i */ for(i=0;i