Advertisement
Guest User

Untitled

a guest
Dec 17th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. void prueba(int hola[][10])
  2. {
  3.  
  4. }
  5.  
  6. int main()
  7. {
  8. int a[10][10];
  9. prueba(a);
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement