Multiple Choice
Consider the following statements:}; personalInfo person1, person2;
CommonInfo person3, person4;
Which of the following statements is valid in C++?
A) person1 = person3;
B) person2 = person1;
C) person2 = person3;
D) person2 = person4;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q21: A struct is a(n) _, not a
Q22: The components of a struct are called
Q23: A struct variable can be passed as
Q24: Data in a struct variable must be
Q25: An array name and index are separated
Q27: The syntax for accessing a struct member
Q28: Aggregate input/output operations are allowed on a
Q29: You can assign the value of one
Q30: A function can return a value of
Q31: Consider the following statements: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB4785/.jpg" alt="Consider