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.

Estructuras (8)<br />

#include <br />

struct datos{<br />

char nombre[30];<br />

char direccion[30];<br />

int n_empleado,edad;<br />

float sueldo;<br />

}<br />

void main(){<br />

struct datos persona[10];<br />

for (int i=0;i

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

Saved successfully!

Ooh no, something went wrong!