Código
#include <stdio.h> struct alumn_t { char*name; int count; }; int main() { struct alumn_t array[2] = {"federico",10,"agustina",10}; return 0; }
|
|||
| Tema destacado: Sigue las noticias más importantes de seguridad informática en el Twitter! de elhacker.NET |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|