#include "stdafx.h" #define N 5 double producto_punto(const double A[], const double B[], int dim){ double C=0.; for (int i = 0; i