#include #include #include typedef struct{ int qNo; char *qText; } Question; typedef struct{ int qNo; char *traloi; } Answer; typedef struct{ char *mssv; Answer aList[5]; char *comment; } Feedback; void taocauhoi(Question qList[], int n){ char temp[200]; int i = 0; for(i = 0;i