Quiz
Review and assess your knowledge of C++ variables, constants, identifiers, initialization, and value swapping with this quiz, reinforcing your grasp before continuing.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
Which of the following is the correct way to declare a variable number?
A.
int number
B.
number int;
C.
int number;
D.
number int
1 / 5
šCongratulations! You ...