Posts by Ivanov Almeida • 46 points
1 post
-
3
votes3
answers69
viewsA: Add items to the beginning of a vector without affecting existing values
After reading the 15 numbers, you should move them 3 points. And only then read the new 3 numbers. #include <stdio.h> int main() { int v[30]; int i,x; printf("Digite 15 numeros:\n"); for(i=0;…