Exam 6: Modularity Using Functions

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

The declaration statement for a function is referred to as a function ____.

(Multiple Choice)
4.8/5
(40)

Because the variables created in a function are conventionally available only to the function, they are said to be ____ variables.

(Multiple Choice)
4.7/5
(39)

In addition to argument data types, ____________________ argument values may be assigned in the function prototype for added flexibility.

(Short Answer)
4.9/5
(34)

The symbol ____ represents the C++ s scope resolution operator.

(Multiple Choice)
4.8/5
(28)

In C++, function prototypes typically have ____ scope.

(Multiple Choice)
4.9/5
(34)

While a function is executing, only variables and parameters that are in the ____________________ for that function can be accessed.

(Short Answer)
4.8/5
(38)

____ is the section of the program where the identifier, such as a variable, is valid or known.

(Multiple Choice)
4.8/5
(30)

A ____ is the beginning of a final function that can be used as a placeholder for the final unit until the unit is completed.

(Multiple Choice)
5.0/5
(33)

A local variable that is declared as ____ causes the program to keep the variable and its latest value even when the function that declared it is through executing.

(Multiple Choice)
4.8/5
(33)

Local variables can be members only of the auto , static , or ____ storage categories.

(Multiple Choice)
4.7/5
(27)
Showing 41 - 50 of 50
close modal

Filters

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