How do I not print repeated numbers? I saw some examples on the internet but they were something very complex in which I did not understand anything: x
#include <stdio.h>
int main (){
int vetA[10], vetB[10], vetC[20], i, j;
printf ("In...
asked by
22.10.2017 / 23:48