typedef struct whoami {
char name[15];
int age;
char location[12];
char field[8];
char presentation[177];
char hobbies[4][2];
char future[107];
} whoami;
void main() {
whoami me;
me.name = "Andreas";
me.age = 19;
me.location = "Guanambi, BA";
me.field = "Back-End";
me.presentation = "I'm a student of systems analysis and development
focusing in improve my knowledge about computation.
I like to create modular and clean code.
Programing in my greatest passion.";
me.hobbies[][0] = "Read";
me.hobbies[][1] = "Code";
me.future[] = "I dream of working in another country,
learning about the new technologies
and using them in my daily life.";
}| Backend | Frontend | Database | DevOps | Version Control | IDEs | OS |
|---|---|---|---|---|---|---|
|
|
|
|
|
|
|
|