This is a simple C program that simulates a vehicle control system with specified functionalities. The system allows the user to turn on/off the vehicle engine, set various sensor readings, and displays the current state of the vehicle.
- To compile the program, use a C compiler (e.g., gcc):
gcc vehicle_control_system.c -o vehicle_control_system