Question: 15 - Select the correct code statements in order of running from the given options below to fill the blank parts of the code script

15 - Select the correct code statements in order of running from the given options below to fill the blank parts of the code script which pass the struct variable s1 to function "display" by using pass by reference in order to print the stru members on the screen. typedef struct student char name[50]; intage: }STUDENT; st; ) void display printf("Name: %s" printf(" Age: %d", } l-struct student s1 II- STUDENT 51 III- student *s1 IV-51->name V-struct student VI-51->age VII- STUDENT * 51 VIII- 51.age IX-STUDENT X-51.name a) IX, II, IV, VI V, I, X, VIII IX, VII, IV, VI V, III, X, VIII Bo brak
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
