typedef struct Customer{ char *ID, *forename, *surname, *password; float balance; }customer_t;