Chapter 22: Problem 3
Write a single statement or a set of statements to accomplish each of the following: a. Define a structure called part containing int variable partNumber and char array partName, whose values may be as long as 25 characters. b. Define partptr to be a synonym for the type Part *. c. Use separate statements to declare variable a to be of type Part, array b [ 10 ] to be of type part and variable ptr to be of type pointer to Part. d. Read a part number and a part name from the keyboard into the members of variable a. e. Assign the member values of variable a to element three of array b. f. Assign the address of array b to the pointer variable ptr. g. Print the member values of element three of array b, using the variable ptr and the structure pointer operator to refer to the members.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.