martes, 20 de diciembre de 2011

Ejercicio 15 dic 2011 código fuente

//GUSTAVO VÉJAR RIVERA

#include <stdio.h>
#include <conio.h>
main(){
struct alumno {
char cuenta[9];
char nombre[35];
char sexo;
int edad;
float promedio;
};

struct alumno unam [45];
struct alumno * ptr;
ptr= & unam [0];
getch ();
}

No hay comentarios:

Publicar un comentario