Exam 12: Structures
Exam 1: Introduction to Computer Programming44 Questions
Exam 2: Getting Started in C Programming46 Questions
Exam 3: Processing and Interactive Input48 Questions
Exam 4: Selection44 Questions
Exam 5: Repetition47 Questions
Exam 6: Modularity Using Functions: Part I51 Questions
Exam 7: Modularity Using Functions: Part II49 Questions
Exam 8: Arrays48 Questions
Exam 9: Character Strings51 Questions
Exam 10: Data Files50 Questions
Exam 11: Arrays, Addresses, and Pointers49 Questions
Exam 12: Structures48 Questions
Exam 13: Dynamic Data Structures49 Questions
Exam 14: Additional Capabilities55 Questions
Exam 15: A Brief Introduction to C++49 Questions
Select questions type
The problem with arrays of structures is that the correspondence between data items is easily lost if only one of the arrays is reordered.
(True/False)
4.8/5
(26)
Each member of a structure is accessed by giving both the structure name and individual data item name, separated by a ____.
(Multiple Choice)
4.8/5
(30)
Assigning actual data values to the data items of a structure is called ____ the structure.
(Multiple Choice)
5.0/5
(31)
The real power of structures is realized when they are used in an array.
(True/False)
4.8/5
(40)
A globally-defined structure type centralizes the declaration of the structure's organization.
(True/False)
4.7/5
(41)
The declaration for a union is identical in form to a structure declaration, with the reserved word union used in place of the reserved word struct.
(True/False)
4.9/5
(27)
Showing 41 - 48 of 48
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)