Multiple Choice
Consider the following statements: rectangleData bigRect; rectangleData smallRect;
Which of the following statements is legal in C++?
A) if (bigRect == smallRect)
B) if (bigRect != smallRect)
C) if (bigRect.length == width)
D) if (bigRect.length == smallRect.width)
Correct Answer:

Verified
Correct Answer:
Verified
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
Q33: Consider the following statements:rectangleData bigRect; <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB4785/.jpg"
Q34: A list has two items associated with
Q35: Consider the following statements:struct studentType1 studentType2 student3,
Q36: Relational operations can be used on struct
Q37: In C++, the _ symbol is an