Quiz: C++
Test your understanding of C++.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
What is the purpose of the following code?
using namespace std;
A.
The starting point of all C++ programs
B.
Signifies the start of a preprocessor command
C.
Allows names defined in this field to be used without their prefix
D.
Allows a programmer to include functionality without having to cut and paste
1 / 5