Please need help. Programming in c.
Lab 6 – Linked Lists, Stacks, and Queues Part 1: Model Train (from in-class exercise) . Part A: Create a program representing a model train o Create structs to model a train. You will need: A train struct to represent the whole train that contains a pointer to the first train car A car struct for each train car with: (1) cargo weight (this can be an int)
OR
OR