Created
March 13, 2017 00:02
-
-
Save luisfergromo/7699eb00ba8a98ce1a64f40a95c60eed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| typedef struct { | |
| int id; | |
| char nombre[30]; | |
| }Student; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment