Question: Need help with this question. Given the structure type and variable definitions struct ShoeSize( char width; int number struct ShoeType( char style; ShoeSize size; double
Given the structure type and variable definitions struct ShoeSize( char width; int number struct ShoeType( char style; ShoeSize size; double price; ShoeType shoel, shoe2; What data type do these variables have? a) shoe 1 size.width b) shoe1 size.number
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
