Question: **** OBVIOUSLY IN C LANGUAGE**** Structures We have modified the structures from project 3 slightly. The part struct now has description being a pointer, and
**** OBVIOUSLY IN C LANGUAGE****




Structures We have modified the structures from project 3 slightly. The part struct now has description being a pointer, and nextPart was added that will point to the next part in the kit. The kit structure now has a pointer firstPart that will point to the first part in the kit, and has a pointer nextKit that points to the next kit. The revised structs are: struct part 1 char description; int qtyPerkit; double costPerItem: struct part nextPart; struct kit f *kitName struct part first Part; double kitCost; struct kit nextKit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
