Commit 31928528 by raliis

Upload New File

parent c837d45b
Showing with 24 additions and 0 deletions
typedef struct Student // struct tudengite andmete jaoks
{
char eesnimi[30];
char perenimi[30];
char matrikkel[10];
} Student;
typedef struct Subject // struct ainete info hoistamiseks, tudengite omaga ühildamiseks
{
char nimi[30];
char kood[8];
char matrikkel[10];
int tulemus;
char eesnimi[30];
char perenimi[30];
} Subject;
typedef struct Output
{
char perenimi[30];
char eesnimi[30];
char matrikkel[10];
int tulemus;
} Output;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment