Guest User

Untitled

a guest
Apr 27th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. void Combinacion(int CantidadElementos[], int i)
  2.  
  3. int elementos = CantidadElementos[i];
  4. //Le estoy pasando el valor a la varible `elementos`.
  5.  
  6. char Almacen [10][elementos];
  7.  
  8. if( VerificadorVacio( u,l,Almacen )==true )
  9.  
  10. bool VerificadorVacio (int l, int n,char Almacen[10][])
Add Comment
Please, Sign In to add comment