#define X 10 #define Y 10
My structure :
typedef struct Reservation { char NAME[10]; int ID; int N; int RESERVE;