#include typedef struct driver{ char name[20]; int dno; char rout[20]; int expe; }drive; int main() { drive d[3]; for (int i