THe program run perfect but i got the following error from my compiler:
warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS.
I have strcpy(PRVseatIdentification,seatIdentification);
and strcpy(PRVseatHolder,seatHolder);