Question: I need a function in c++ that when called will display the name, type, number and size from a specific structure in an array. I
I need a function in c++ that when called will display the name, type, number and size from a specific structure in an array. I have the arrays labeled values[0],values[1]...ect. each value has the different name,type,number, and size. So when a user selects a single value out of the array the function will the print that values name,type, number and size.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
