10.01.2015 Views

matrices, estructuras

matrices, estructuras

matrices, estructuras

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Matrices (5)<br />

• int numeros[]={1,3,34,54};<br />

• char alfabeto[5]={‘A’,’B’,’C’,’D’,’E’};<br />

• char nombres[][40]={“pedro”, “pablo”, “luis”,<br />

“carmen”, “belen”, “laura”};<br />

• coordenadas[2][2]=<br />

{<br />

{0,0},{1,1}<br />

};<br />

5

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!