Passing Address of a Structure Variable to a Function





This video explains how you can pass the address of a structure variable to a function. You will learn how to create a pointer for a structure variable, how to prototype and define a function to take the parameters as the address of a variable, how to pass the address of a variable to a function and hoe to access the structure variable in the function using the arrow  operator.