load a vector with 25 elements as maximum, and then to the values of that vector define which are even and odd, save them in two different vectors.
#include <stdio.h>
#include <stdlib.h>
#define N 25
void cargarvector(int vec[N],...
asked by
25.11.2017 / 01:49