Quiz on C++
Test your knowledge of C++.
We'll cover the following...
1
What is the purpose of
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
Question 1 of 50 attempted