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
Q5: Arrays are passed by _ only.
Q11: Typically, in a program, a struct is
Q17: A function can return a value of
Q19: To compare struct variables, you compare them
Q21: A struct is a(n) _, not a
Q23: A struct variable can be passed as
Q27: The syntax for accessing a struct member
Q36: Relational operations can be used on struct
Q39: Consider the following statements: struct rectangleData<br>{<br>Double length;<br>Double
Q40: Consider the following statements: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB4784/.jpg" alt="Consider