Podcast
Questions and Answers
C++ is a general-purpose programming language used to create ______ programs.
C++ is a general-purpose programming language used to create ______ programs.
computer
The C++ compiler ignores ______ lines.
The C++ compiler ignores ______ lines.
blank
GUIDO VAN ROSSUM is the creator of ______.
GUIDO VAN ROSSUM is the creator of ______.
Python
C++ is ______ from C, and is largely based on it.
C++ is ______ from C, and is largely based on it.
The std namespace includes features of the C++ ______ Library.
The std namespace includes features of the C++ ______ Library.
Using namespace ______; is used to tell the compiler to use the standard namespace.
Using namespace ______; is used to tell the compiler to use the standard namespace.
The # sign at the beginning of a line targets the compiler's ______.
The # sign at the beginning of a line targets the compiler's ______.
The ______ defines the standard stream objects that input and output data.
The ______ defines the standard stream objects that input and output data.
The ______ brackets indicate the beginning and end of a function.
The ______ brackets indicate the beginning and end of a function.
Failing to end each statement with a semicolon will result in a ______.
Failing to end each statement with a semicolon will result in a ______.
A non-zero value (usually of 1) signals ______ termination.
A non-zero value (usually of 1) signals ______ termination.
Cout is an object used together with the ______ operator.
Cout is an object used together with the ______ operator.
Flashcards are hidden until you start studying