Look at the following structure declaration.
struct FullName{ string lastName; string middleName; string firstName;};
Write statements that
A) Define a FullName structure variable named info
B) Assign your last, middle, and first name to the members of the info variable
C) Display the contents of the members of the info variable
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.