Chapter 11: Problem 45
T F A structure member variable may be passed to a function as an argument.
Short Answer
Expert verified
Yes, it is possible to pass a structure member variable to a function as an argument. We demonstrated this through a step-by-step solution, starting with defining a structure and a function, passing the member variable as an argument, and finally, displaying the result. The output confirmed that the student's name and marks were successfully passed to the function and displayed.