• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/5

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

5 Cards in this Set

  • Front
  • Back
The ability to allow blocks of text to be either included or excluded from a programming, depending on condi:ons that can be tested by the preprocessor
What is conditonal compilation?
Determines the extent to which a variable can be shared by different parts of a program
What is linkage?
A type qualifier that indicates that the value stored in the location can change as a program is running, even if the program itself doesn’t appear to be storing new values there
What is volatile?
A collec:on of services, some of which are made available to other parts of the program
What is a module?
A special function within a C++ class that initializes an object when it is instantiated
What is a constructor?