Last active
March 14, 2017 20:24
-
-
Save luisfergromo/613f0c5b3b0a5fd7fced5ce43c84c412 to your computer and use it in GitHub Desktop.
Sudent Struct
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 name[30]; | |
| }Student; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment