CSE :: Object Oriented Programming Using C++
-
To use the this pointer with a member function, you _____
-
A function that is prototype as int calculate(int num); may
-
A do-while loop contains
-
The braces that surround the code in a 'C program
-
Local variables _____
-
# directives must be present
-
Programmers prefer to declare almost all variables _____
-
A(n) _____ is always incremented by a constant amount, whereas a(n) _____ is incremented by an amount that varies
-
The C++ _____ function generates random numbers
A.
only one statement between the do statement and the while statement
|
B.
several statements between the do statement and the while statement
|
C.
no statement at all between the do statement and the while statement
|
D.
only two statement between the do statement and the while statement
|
E.
None of the above
|