Question: Given struct c5{ int x5; string y5; main(){ c5 d5; } Write a statement to assign the following values to d5: 5 and Exam
Given struct c5{ int x5; string y5; main(){ c5 d5; } Write a statement to assign the following values to d5: 5 and "Exam 5
Step by Step Solution
There are 3 Steps involved in it
The following statement will assign the values 5 and Exam 5 to the variables x5 and y5 in the st... View full answer
Get step-by-step solutions from verified subject matter experts
