Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions Bai6.4A.c
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
#include <stdio.h>

struct HoTen {
char ho[20];
char dem[20];
char ten[20];
char a[20];
char b[20];
char c[20];
};

struct DiemMH {
float toan;
float van;
float anh;
float tbc;
float d;
float e;
float f;
float g;
};

struct SinhVien {
int ma;
int h;
struct HoTen hoVaTen;
int tuoi;
char gioiTinh[10];
int i;
char j[10];
struct DiemMH diem;
};

Expand Down