Podcast
Questions and Answers
C++ is used to create operating systems.
C++ is used to create operating systems.
False (B)
Guido van Rossum is the creator of Java.
Guido van Rossum is the creator of Java.
False (B)
The C++ compiler ignores whitespace, such as spaces and tabs.
The C++ compiler ignores whitespace, such as spaces and tabs.
True (A)
The hash sign (#) at the beginning of a line is used to indicate a comment.
The hash sign (#) at the beginning of a line is used to indicate a comment.
The main function is the entry point of every C++ program.
The main function is the entry point of every C++ program.
C# is a programming language used for mobile app development.
C# is a programming language used for mobile app development.
The using namespace std;
statement tells the compiler to use the C++ Standard Library.
The using namespace std;
statement tells the compiler to use the C++ Standard Library.
A block is a single statement surrounded by curly braces.
A block is a single statement surrounded by curly braces.
R is a programming language used for web development.
R is a programming language used for web development.
The return statement is used to print output to the screen.
The return statement is used to print output to the screen.
Cout is an object used together with the extraction operator (>>).
Cout is an object used together with the extraction operator (>>).
A non-zero value returned by the main function indicates normal termination.
A non-zero value returned by the main function indicates normal termination.