Ronald Lab2

  • November 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Ronald Lab2 as PDF for free.

More details

  • Words: 108
  • Pages: 1
/*convierta los elementos que son pares al impar que le sigue*/ /* programa elaborado por ronald mart�nez */

#include <stdlib.h> #include <stdio.h> void main() { void convertirimpar(int vec[],int x); //prototipo de la funcion int vect[5]; int i,j,n; printf("introduzca la cantidad de valores del vector"); scanf("%d",&n); for(i=0;i",i+1); scanf("%d",&vect[i]); } printf("\nvector antes de invocar a la funcion "); for(j=0;j

Related Documents

Ronald Lab2
November 2019 8
Lab2
May 2020 13
Lab2
June 2020 17
Lab2
August 2019 18
Lab2
May 2020 10