Podcast
Questions and Answers
C++ is used to create operating systems.
C++ is used to create operating systems.
False
Guido van Rossum is the creator of Java.
Guido van Rossum is the creator of Java.
False
The C++ compiler ignores whitespace, such as spaces and tabs.
The C++ compiler ignores whitespace, such as spaces and tabs.
True
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.
Signup and view all the answers
The main function is the entry point of every C++ program.
The main function is the entry point of every C++ program.
Signup and view all the answers
C# is a programming language used for mobile app development.
C# is a programming language used for mobile app development.
Signup and view all the answers
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.
Signup and view all the answers
A block is a single statement surrounded by curly braces.
A block is a single statement surrounded by curly braces.
Signup and view all the answers
R is a programming language used for web development.
R is a programming language used for web development.
Signup and view all the answers
The return statement is used to print output to the screen.
The return statement is used to print output to the screen.
Signup and view all the answers
Cout is an object used together with the extraction operator (>>).
Cout is an object used together with the extraction operator (>>).
Signup and view all the answers
A non-zero value returned by the main function indicates normal termination.
A non-zero value returned by the main function indicates normal termination.
Signup and view all the answers