Exam 13: Structures

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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)

The -> operator is a hyphen followed by a greater-than symbol.

(True/False)
4.8/5
(38)

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
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)