well, if they input C, then cant you just make C a string = 'C'?
I didnt even read the assignment sheet so this is a random suggestion.
if( validateVehicleType( C, c, B, b, T, t ) == 1 )
printf("Correct Vehicle Type\n");
else
printf("Wrong Vehicle Type - Restart Program\n")...