Write your question here.
#include<iostream.h>
#include<conio.h>
#include<stdlib.h>
#include<string.h>
#include<fstream.h>
#include<graphics.h>
void input();
void output ();
struct dom
{
int date;
int month;
int year;
};
struct reg
{
int nos;
char a[3];
};
struct chasno
{
reg chs;
};
struct engno
{
reg engno;
};
struct ve
{
engno e1;
chasno e2;
reg e3;
dom domm;
char model[12];
char clo[10];
int hrspwr;
int sitcap;
};
struct truck
{
ve bsc;
int ldngcap;
int nowhel;
};
void main ()
{
char q;
do
{
clrscr();
ve car,bike;
truck truck1;
int a;
cout<<"==============******************* Welcome ******************====================\n";