Exam 9: Records Structs
Exam 1: An Overview of Computers and Programming Languages40 Questions
Exam 2: Basic Elements of C++50 Questions
Exam 3: Inputoutput40 Questions
Exam 4: Control Structures I Selection40 Questions
Exam 5: Control Structures Ii Repetition40 Questions
Exam 6: User-Defined Function41 Questions
Exam 7: Namespaces, the Class String, and User-Defined Simple Data Types40 Questions
Exam 8: Arrays40 Questions
Exam 9: Records Structs40 Questions
Exam 10: Classes and Data Abstraction43 Questions
Exam 11: Inheritance and Composition41 Questions
Exam 12: Pointers, Classes, Virtual Functions, and Abstract Classes44 Questions
Exam 13: Operator Overloading and Templates41 Questions
Exam 14: Exception Handling43 Questions
Exam 15: Recursion43 Questions
Exam 16: Linked Lists40 Questions
Exam 17: Stacks and Queue43 Questions
Exam 18: Searching and Sorting Algorithms40 Questions
Exam 19: Binary Trees43 Questions
Exam 20: Graph Algorithms48 Questions
Exam 21: Standard Template Library41 Questions
Select questions type
The components of a struct are called the ____ of the struct.
(Multiple Choice)
4.9/5
(40)
Consider the following statements:};
personalInfo person1, person2;
CommonInfo person3, person4;
Which of the following statements is valid in C++?

(Multiple Choice)
4.8/5
(37)
The syntax for accessing a struct member is structVariableName____.
(Multiple Choice)
4.9/5
(36)
Aggregate input/output operations are allowed on a struct variable.
(True/False)
5.0/5
(41)
You can assign the value of one struct variable to another struct variable of ____ type.
(Multiple Choice)
4.7/5
(34)
Consider the following statements:
paintType paint; What is the data type of paint.supplier?

(Multiple Choice)
4.7/5
(38)
Consider the following statements:
rectangleData bigRect; rectangleData smallRect;
Which of the following statements is legal in C++?

(Multiple Choice)
4.8/5
(29)
Consider the following statements:rectangleData bigRect;
Which of the following statements correctly initializes the component length of bigRect?

(Multiple Choice)
4.8/5
(31)
Consider the following statements:struct studentType1 studentType2 student3, student4;
Which of the following statements is valid in C++?


(Multiple Choice)
4.7/5
(34)
In C++, the ____ symbol is an operator, called the member access operator.
(Multiple Choice)
4.8/5
(30)
Which of the following aggregate operations can be executed on array variables?
(Multiple Choice)
4.9/5
(39)
To access a structure member (component), you use the struct variable name together with the member name; these names are separated by a dot (period).
(True/False)
4.9/5
(38)
Consider the following statements:
applianceType applianceList[25]; Which of the following statements correctly initializes the cost of each appliance to 0?
![Consider the following statements: applianceType applianceList[25]; Which of the following statements correctly initializes the cost of each appliance to 0?](https://storage.examlex.com/TB4785/11ea77fe_9b29_d5af_bbd5_9fe9fbb725a5_TB4785_00.jpg)
(Multiple Choice)
4.8/5
(38)
Showing 21 - 40 of 40
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)