Question: Here is C structure. struct name { char first [50]; // First name char last[50]; // Last name }; Let's assume a variable called candidate

 Here is C structure. struct name { char first [50]; //

Here is C structure. struct name { char first [50]; // First name char last[50]; // Last name }; Let's assume a variable called candidate has been declared as the above structure and initialized appropriately. The following line of code outputs the name of the candidate variable with the first name shown before the last name. printf("%s %s ", X, Y); What is the code you need to use in position X and Y inside the above code? You need to write the answers clearly in the boxes below. Y =

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!