Exam 13: Structures
Exam 1: Preliminaries51 Questions
Exam 2: Problem Solving Using C++52 Questions
Exam 3: Assignment, Formatting, and Interactive52 Questions
Exam 4: Selection Structures51 Questions
Exam 5: Repetition Statements50 Questions
Exam 6: Modularity Using Functions50 Questions
Exam 7: Arrays50 Questions
Exam 8: Io Streams and Data Files50 Questions
Exam 9: Completing the Basics50 Questions
Exam 10: Pointers50 Questions
Exam 11: Introduction to Classes50 Questions
Exam 12: Adding Functionality to Your Classes50 Questions
Exam 13: Structures50 Questions
Exam 14: Numerical Methods50 Questions
Select questions type
Assigning actual data values to a structure s members is referred to as ____ the structure.
(Multiple Choice)
4.8/5
(39)
Creating and using a structure involves the same two steps for creating and using any variable.
(True/False)
4.8/5
(35)
A(n) ____________________ list provides a convenient method for maintaining a constantly changing list, without needing to reorder and restructure the entire list.
(Short Answer)
4.8/5
(37)
The ____ manipulator included in the cout stream forces each name to be displayed left justified in its designated field width.
(Multiple Choice)
4.8/5
(33)
An array is a ____ data structure, which means all its components must be of the same data type.
(Multiple Choice)
4.7/5
(30)
When working with a linked list, besides an end-of-list sentinel value, a special pointer must be provided for storing the address of the ____________________ structure in the list.
(Short Answer)
4.9/5
(29)
An alternative to the pass-by-value function call, in which the called function receives a copy of a structure, is a pass by reference that passes a(n) ____________________ to a structure.
(Short Answer)
4.7/5
(38)
The definition of a union has the same form as a structure definition, with the keyword(s) ____ used in place of the keyword struct .
(Multiple Choice)
4.8/5
(39)
For structures, multiple variables can be defined in the same statement.
(True/False)
4.9/5
(37)
Showing 41 - 50 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)